diff --git a/src/app/page.tsx b/src/app/page.tsx index e082c9b..107ee87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,13 @@ export default function LandingPage() { @@ -51,9 +51,9 @@ export default function LandingPage() { tag="Blessed 2BA Blessing!" buttons={[ { - text: "Get Started", href: "#contact"}, + text: "Get Started", href: "/#contact"}, { - text: "Our Services", href: "#services"}, + text: "Our Services", href: "/#services"}, ]} mediaItems={[ { @@ -150,9 +150,9 @@ export default function LandingPage() { { title: "Links", items: [ { - label: "Services", href: "#services"}, + label: "Services", href: "/#services"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/#contact"}, ], }, {