From 0d8ab287b511b046fd241b634dbd2924c2b6e40b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 15:14:34 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index fb8993d..d7cf4a2 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -104,7 +104,7 @@ export default function BlogPage() { { name: "Shop", id: "/shop" }, { name: "About", id: "#about" }, { name: "Testimonials", id: "#testimonials" }, - { name: "Contact", id: "#contact" } + { name: "Contact", id: "/contact" } ]} brandName="Kvitok" bottomLeftText="Fresh Flowers Daily" @@ -136,13 +136,13 @@ export default function BlogPage() { title: "Shop", items: [ { label: "All Arrangements", href: "/shop" }, { label: "Collections", href: "/#feature" }, - { label: "Custom Orders", href: "/#contact" } + { label: "Custom Orders", href: "/contact" } ] }, { title: "Company", items: [ { label: "About Us", href: "/#about" }, - { label: "Contact Us", href: "/#contact" }, + { label: "Contact Us", href: "/contact" }, { label: "Testimonials", href: "/#testimonials" } ] },