From 2129e1c11539244be1cbe96167b70e93af1161a4 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sat, 7 Mar 2026 10:38:00 +0200 Subject: [PATCH] Replace ManoonOils text logo with image logo in header and footer --- src/components/layout/Footer.tsx | 19 +++++++++++++------ src/components/layout/Header.tsx | 11 ++++++++--- 2 files changed, 21 insertions(+), 9 deletions(-) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 7a5dc8d..8249de7 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,4 +1,5 @@ import Link from "next/link"; +import Image from "next/image"; export default function Footer() { const currentYear = new Date().getFullYear(); @@ -8,7 +9,13 @@ export default function Footer() {
-

ManoonOils

+ ManoonOils

Premium natural oils for hair and skin care. Crafted with love for your daily beauty routine.

@@ -18,17 +25,17 @@ export default function Footer() {

Quick Links

  • - + Products
  • - + About Us
  • - + Contact
  • @@ -39,12 +46,12 @@ export default function Footer() {

    Customer Service

    • - + Shipping Info
    • - + Returns
    • diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index 7bc0d24..7c4ea2b 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -2,6 +2,7 @@ import { useState } from "react"; import Link from "next/link"; +import Image from "next/image"; import { AnimatePresence } from "framer-motion"; import { useCartStore } from "@/stores/cartStore"; import { User, ShoppingBag, Menu } from "lucide-react"; @@ -30,9 +31,13 @@ export default function Header() { {/* Logo */} - - ManoonOils - + ManoonOils {/* Desktop Navigation */}