5 Commits

Author SHA1 Message Date
6c1d237457 Update src/app/page.tsx 2026-03-03 22:35:34 +00:00
39c8ff31b2 Merge version_2 into main
Merge version_2 into main
2026-03-03 22:31:56 +00:00
c6c0b06cdd Update src/app/page.tsx 2026-03-03 22:31:51 +00:00
b5651ac5b9 Update src/app/layout.tsx 2026-03-03 22:31:51 +00:00
145814d192 Merge version_1 into main
Merge version_1 into main
2026-03-03 22:20:39 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -1410,4 +1410,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tagIcon={Wrench}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Get a Quote", href: "contact" },
{ text: "Get Free Estimate", href: "contact" },
{ text: "Learn More", href: "services" }
]}
mediaItems={[
@@ -149,11 +149,11 @@ export default function LandingPage() {
<ContactCenter
tag="Get In Touch"
title="Ready to Fix Your Vehicle?"
description="Contact us today for a free estimate on collision repair or mechanical services. Our expert team is ready to help."
description="Get your free estimate today on collision repair or mechanical services. Our expert team is ready to help you with a hassle-free quote."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Quote"
buttonText="Request Free Estimate"
termsText="We respect your privacy. Unsubscribe at any time."
/>
</div>
@@ -191,4 +191,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}