2 Commits

Author SHA1 Message Date
47fbf5d595 Update src/app/page.tsx 2026-04-06 00:19:20 +00:00
b2b276a116 Merge version_3 into main
Merge version_3 into main
2026-04-06 00:17:52 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Visit Us Today" title="Get a Free Quote"
description="Have specific inquiries or need a custom quote? Reach out to us. For domain naming ideas, consider athertoncleaners.com, athertondrycleaning.com, or rccleaners.com for a local touch." description="Have specific inquiries or need a custom quote? Reach out to us. For domain naming ideas, consider athertoncleaners.com, athertondrycleaning.com, or rccleaners.com for a local touch."
inputs={[ inputs={[
{ {
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }