Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-03 23:57:48 +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>
);
}
}