diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d64656..086c291 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagIcon={Wrench} tagAnimation="slide-up" buttons={[ - { text: "Request a quote", href: "#contact" }, + { text: "Get Same-Day Quote", href: "#contact" }, { text: "Learn more", href: "#services" } ]} buttonAnimation="slide-up" @@ -283,4 +283,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}