diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 70c7433..04661eb 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,14 +28,14 @@ export default function BlogPage() { @@ -63,19 +63,19 @@ export default function BlogPage() { columns={[ { title: "Vitality", items: [ - { label: "About", href: "about" }, - { label: "Innovations", href: "features" }, + { label: "About", href: "/#about" }, + { label: "Innovations", href: "/#features" }, ], }, { title: "Connect", items: [ - { label: "Contact", href: "contact" }, - { label: "FAQ", href: "faq" }, + { label: "Contact", href: "/#contact" }, + { label: "FAQ", href: "/#faq" }, ], }, { title: "Resources", items: [ - { label: "Insights", href: "blog" }, + { label: "Insights", href: "/blog" }, { label: "Press", href: "#" }, ], }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 06ae91e..50a4c15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { -