From 55a097fbd29a3d738c06d7b4a5b24e7ec7314fe2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:23:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c1e74..bad6ad4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { ]} testimonialRotationInterval={5000} buttons={[ - { text: "Get Your Free Website Audit", href: "contact" }, + { text: "Start Your Project", href: "contact" }, { text: "View Our Work", href: "portfolio" } ]} buttonAnimation="slide-up" @@ -73,9 +73,9 @@ export default function LandingPage() {