diff --git a/src/app/page.tsx b/src/app/page.tsx index df9a537..776ed54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,17 @@ export default function LandingPage() { { name: "Pricing", id: "pricing" }, + { + name: "Testimonials", id: "testimonials" + }, + { + name: "Social Proof", id: "social-proof" + }, { name: "Contact", id: "contact" + }, + { + name: "Footer", id: "footer" } ]} button={{ @@ -232,7 +241,9 @@ export default function LandingPage() {