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: "#" }, ], },