Update src/app/page.tsx

This commit is contained in:
2026-04-06 00:17:49 +00:00
parent dec77211e7
commit 73a4997ee9

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>
);
}
}