diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d2a8c9..bc2c17c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,6 +36,8 @@ export default function LandingPage() { name: "Services", id: "features"}, { name: "About", id: "about"}, + { + name: "Testimonials", id: "testimonials"}, { name: "Contact", id: "contact"}, ]}