From 6bd53ee398c60081787f5c594982ec37a15f06ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Feb 2026 11:05:44 +0000 Subject: [PATCH] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9f2ac24..b15f885 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -29,12 +29,12 @@ export default function BlogPage() { @@ -62,22 +62,22 @@ export default function BlogPage() { columns={[ { title: "Studio", items: [ - { label: "About Us", href: "about" }, - { label: "Our Team", href: "team" }, + { label: "About Us", href: "/#about" }, + { label: "Our Team", href: "/#team" }, { label: "Careers", href: "#" }, ], }, { title: "Collections", items: [ - { label: "Bouquets", href: "collections" }, + { label: "Bouquets", href: "/#collections" }, { label: "Weddings", href: "#" }, { label: "Events", href: "#" }, ], }, { title: "Support", items: [ - { label: "FAQ", href: "faq" }, - { label: "Contact", href: "contact" }, + { label: "FAQ", href: "/#faq" }, + { label: "Contact", href: "/#contact" }, { label: "Privacy Policy", href: "#" }, ], },