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"