diff --git a/src/app/page.tsx b/src/app/page.tsx index fde093e..8f44634 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { { name: "Reels", id: "reels" }, { name: "Insights", id: "insights" }, { name: "Services", id: "services" }, - { name: "About", id: "about" }, + { name: "About", id: "/about" }, { name: "Contact", id: "contact" }, ]; @@ -221,7 +221,7 @@ export default function LandingPage() { }, { title: "Company", items: [ - { label: "About Us", href: "#" }, + { label: "About Us", href: "/about" }, { label: "Our Team", href: "#" }, { label: "Careers", href: "#" }, { label: "Contact", href: "#contact" }, @@ -250,4 +250,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file