From 6793adc95e7e1c887db176a4f728e482f9d5eb78 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 02:18:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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() {