From 1e1cc27bcbce7de17c8214f429197c256cd8ecc0 Mon Sep 17 00:00:00 2001 From: Proxyy587 Date: Sun, 16 Jun 2024 00:07:01 +0530 Subject: [PATCH] basically done for today --- app/globals.css | 12 ------ components/shared/Footer.tsx | 73 +++++++++++++++--------------------- constants/index.tsx | 26 +++++++++++++ 3 files changed, 57 insertions(+), 54 deletions(-) diff --git a/app/globals.css b/app/globals.css index e712182..62dccdb 100644 --- a/app/globals.css +++ b/app/globals.css @@ -202,7 +202,6 @@ body { } footer { - /* padding: 3% 9%; */ background-image: url("/bg.svg"); background-position: top; background-size: cover; @@ -229,7 +228,6 @@ footer { } .footop a { text-decoration: none; - color: #ffffffb7; font-weight: 300; font-size: 1rem; transition: all 0.3s ease; @@ -237,32 +235,22 @@ footer { .footbootom h4 { font-size: 1rem; - color: #ffffffb7; font-weight: 300; } .footcolum1 > p { line-height: 1; font-size: 1.2rem; - color: #ffffffb7; font-weight: 300; transition: all 0.2s ease; } -.footop a:hover { - color: rgba(253, 162, 182, 0.774); -} - .box-socials-foot > a > i { font-size: 1.6rem; cursor: pointer; transition: all 0.3 ease; } -.box-socials-foot > a > i:hover { - color: rgba(253, 162, 173, 0.774); -} - .footbootom > h4 > a { font-weight: 600; text-decoration: none; diff --git a/components/shared/Footer.tsx b/components/shared/Footer.tsx index 927df0b..9b444f3 100644 --- a/components/shared/Footer.tsx +++ b/components/shared/Footer.tsx @@ -1,22 +1,24 @@ import Image from "next/image"; +import Link from "next/link"; import React from "react"; import Iconss from "../ui/icons"; +import { FOOTERLINKS } from "@/constants"; const Footer = () => { return ( -