From dad36c5d2dcc9c3a138468adf63adb5c78fbf6ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:40:11 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index ec39bef..6c65574 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -47,7 +47,6 @@ export default function ShopPage() { { name: "Shop", id: "/shop" }, { name: "About", id: "#about" }, { name: "Testimonials", id: "#testimonials" }, - { name: "FAQ", id: "#faq" }, { name: "Contact", id: "#contact" } ], button: { text: "Cart", onClick: () => setCartOpen(true) }, @@ -66,7 +65,7 @@ export default function ShopPage() { const footerProps = { imageSrc: "https://img.b2bpic.net/free-photo/woman-holds-festive-flower-arrangement-with-bright-chrysanthemum-flowers_169016-51483.jpg?_wi=3", imageAlt: "Soft focus background image of various flowers", logoText: "Persik Flowers", copyrightText: "© 2024 Persik | All rights reserved", columns: [ { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Gifts", href: "/shop" }] }, - { title: "About Us", items: [{ label: "Our Story", href: "#about" }, { label: "Testimonials", href: "#testimonials" }, { label: "FAQ", href: "#faq" }] }, + { title: "About Us", items: [{ label: "Our Story", href: "#about" }, { label: "Testimonials", href: "#testimonials" }] }, { title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Delivery Info", href: "https://example.com/delivery" }, { label: "Privacy Policy", href: "https://example.com/privacy" }] } ] }; @@ -149,4 +148,4 @@ export default function ShopPage() { ); -} +} \ No newline at end of file