diff --git a/src/app/page.tsx b/src/app/page.tsx index 7738984..4c5cc9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,6 +39,8 @@ export default function LandingPage() { name: "Services", id: "#services"}, { name: "Products", id: "#products"}, + { + name: "Social Proof", id: "#social-proof"}, { name: "Testimonials", id: "#testimonials"}, { @@ -263,4 +265,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file