From 134dc77fc62cbbbe7260589c4c1cf39f3bd453d2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 04:38:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd5faa6..c903306 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,8 +41,12 @@ export default function LandingPage() { name: "Services", id: "#services"}, { name: "Packages", id: "#packages"}, + { + name: "Metrics", id: "#metrics"}, { name: "Testimonials", id: "#testimonials"}, + { + name: "Social Proof", id: "#social-proof"}, { name: "FAQ", id: "#faq"}, { @@ -339,4 +343,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file