Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 90fe622ef3 | |||
| 3babe77d82 | |||
| 053ec509cc | |||
| 7186485122 |
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="TJ Cleaning Services"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Now", href: "#contact"},
|
text: "Book Now", href: "#contact"},
|
||||||
@@ -141,7 +141,7 @@ export default function LandingPage() {
|
|||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
title="Ready to get started?"
|
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"
|
buttonText="Book Service"
|
||||||
onSubmit={(email) => console.log(email)}
|
onSubmit={(email) => console.log(email)}
|
||||||
/>
|
/>
|
||||||
@@ -182,4 +182,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user