From 3059b6fcfc2f218aeb132906c7c6dd7110db88ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 16:39:31 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 6b6913d..d6ee771 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -36,8 +36,7 @@ export default function BlogPage() { { 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" @@ -72,13 +71,12 @@ export default function BlogPage() { title: "Shop", items: [ { label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, - { label: "Custom Orders", href: "/#contact" }, + { label: "Custom Orders", href: "/shop" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "/#about" }, - { label: "Contact", href: "/#contact" }, + { label: "About Us", href: "/#about" } ], }, {