From 0738973c68c97918b69270262f2044a19b8c62c8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 16:39:33 +0000 Subject: [PATCH] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 4cff0d9..7305bd0 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,8 +38,7 @@ function ShopPageContent() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, - { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Testimonials", id: "/#testimonials" } ]} brandName="Angola" bottomLeftText="Experience the Beauty" @@ -77,8 +76,7 @@ function ShopPageContent() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, - { name: "Testimonials", id: "/#testimonials" }, - { name: "Contact", id: "/#contact" }, + { name: "Testimonials", id: "/#testimonials" } ]} brandName="Angola" bottomLeftText="Experience the Beauty" @@ -103,10 +101,9 @@ function ShopPageContent() { imageSrc="http://img.b2bpic.net/free-photo/beautiful-decoration-cute-little-dried-colorful-flowers-wallpaper_343596-3238.jpg?_wi=3" imageAlt="Soft, blurred pastel flowers in a tranquil setting" columns={[ - { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/#contact" }] }, + { title: "Shop", items: [{ label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, { label: "Custom Orders", href: "/shop" }] }, { title: "Company", items: [ - { label: "About Us", href: "/#about" }, - { label: "Contact", href: "/#contact" } + { label: "About Us", href: "/#about" } ] }, { title: "Connect", items: [{ label: "Instagram", href: "https://instagram.com/angola_flowers" }, { label: "Facebook", href: "https://facebook.com/angola_flowers" }] } ]}