4 Commits

Author SHA1 Message Date
90fe622ef3 Update src/app/page.tsx 2026-04-03 23:57:42 +00:00
3babe77d82 Merge version_1 into main
Merge version_1 into main
2026-04-03 23:46:40 +00:00
053ec509cc Merge version_1 into main
Merge version_1 into main
2026-04-03 23:46:16 +00:00
7186485122 Merge version_1 into main
Merge version_1 into main
2026-04-03 23:45:50 +00:00

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="TJ Cleaning Services"
description="Professional and reliable cleaning solutions for your home and office. We leave your space spotless, so you can focus on what matters most."
description="Professional and reliable cleaning solutions for your home and office. We leave your space spotless, so you can focus on what matters most. For inquiries, call Juliana at 425-548-4145."
buttons={[
{
text: "Book Now", href: "#contact"},
@@ -141,7 +141,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Get In Touch"
title="Ready to get started?"
description="Send us your details and we will reach out to schedule your professional cleaning session."
description="Send us your details and we will reach out to schedule your professional cleaning session. Or call Juliana at 425-548-4145."
buttonText="Book Service"
onSubmit={(email) => console.log(email)}
/>
@@ -182,4 +182,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}