From 7c8f551f2817781fbafd9e712f63b1d1b61f19e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 16:14:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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"}, ]}