From 1070e16a513b8bb0137e4fb3116cef77c0d4e8c3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:19:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 132 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0165d48..bf3b028 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,9 +36,10 @@ export default function WebAgency2Page() { { name: "Work", id: "work" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, + { name: "Testimonials", id: "/testimonials" }, + { name: "Contact", id: "/contact" }, ]} - button={{ text: "Get Started", href: "#contact" }} + button={{ text: "Get Started", href: "/contact" }} />