From cf6f884e2a5deaf51486af72e86efe09572f5851 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 05:01:57 +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 8b26e33..909b036 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Start Your Project", href: "contact" }} + button={{ text: "Get a Free Website Quote", href: "contact" }} brandName="DR Digital Studios" /> @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" buttons={[ - { text: "Start Your Project", href: "contact" }, + { text: "Get a Free Website Quote", href: "contact" }, { text: "View Portfolio", href: "portfolio" } ]} buttonAnimation="slide-up" -- 2.49.1