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