From a8e8f6ecfe97a9bc7f037e5bf99b2270137f9ad5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 17:17:49 +0000 Subject: [PATCH] Switch to version 4: modified src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index d6ee771..6b6913d 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -36,7 +36,8 @@ export default function BlogPage() { { name: "Home", id: "/" }, { name: "About", id: "/#about" }, { name: "Shop", id: "/shop" }, - { name: "Testimonials", id: "/#testimonials" } + { name: "Testimonials", id: "/#testimonials" }, + { name: "Contact", id: "/#contact" }, ]} brandName="Angola" bottomLeftText="Experience the Beauty" @@ -71,12 +72,13 @@ export default function BlogPage() { title: "Shop", items: [ { label: "Bouquets", href: "/shop" }, { label: "Arrangements", href: "/shop" }, - { label: "Custom Orders", href: "/shop" }, + { label: "Custom Orders", href: "/#contact" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "/#about" } + { label: "About Us", href: "/#about" }, + { label: "Contact", href: "/#contact" }, ], }, {