2 Commits

Author SHA1 Message Date
73a4997ee9 Update src/app/page.tsx 2026-04-06 00:17:49 +00:00
dec77211e7 Merge version_2 into main
Merge version_2 into main
2026-04-05 23:58:21 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Visit Us Today"
description="Have specific inquiries or need a custom quote? Reach out to us."
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={[
{
name: "name", type: "text", placeholder: "Your Name", required: true,
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}