diff --git a/src/app/page.tsx b/src/app/page.tsx index c49f99c..8b82ea3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { logoText="Gonzalez Renovations" description="Premier home renovation specialists serving the greater Austin area. Transforming local houses into high-end dream homes with expert craftsmanship." buttons={[ - { text: "Start Project", href: "#contact" }, + { text: "Start Project", href: "mailto:Gonzalezrenovationservices@gmail.com" }, { text: "Our Portfolio", href: "#gallery" } ]} background={{ @@ -164,7 +164,7 @@ export default function LandingPage() { text="Ready to transform your home? Let's discuss your project." buttons={[ { - text: "Start Your Transformation", href: "mailto:info@gonzalezrenovations.com"}, + text: "Start Your Transformation", href: "mailto:Gonzalezrenovationservices@gmail.com"}, ]} />