diff --git a/src/app/page.tsx b/src/app/page.tsx index 09d491f..54dae42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -174,7 +174,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "gradient-bars" }} text="Ready to discuss your building project? Contact us today." - buttons={[{ text: "Get a Quote", href: "#" }]} + buttons={[{ text: "Start Your Free Consultation", href: "#" }]} /> @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file