From 25ba56b6baa3785ba148aca06a6dbf57912e10fc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:16:39 +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 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"}, ]} /> -- 2.49.1