From 6fa4d67c56e3d0d4e6304d0138a5c8a778fd2a6b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:44:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 534f6f0..feee2d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,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", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" }, - { text: "Our Portfolio", onClick: () => window.location.href = "https://google.com" } + { text: "Start Project", onClick: () => window.location.href = "mailto:Gonzalezrenovationservices@gmail.com" } ]} background={{ variant: "gradient-bars" @@ -160,4 +159,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file