Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 00:49:04 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "(609) 487-9446", href: "tel:6094879446" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/professional-cleaning-service-person-using-steam-cleaner-office_23-2150520635.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cjh2rKeT3t0ljyuc6iFwvMOg1C/uploaded-1776905322802-899yq3z8.jpg"
/>
</div>
@@ -143,7 +143,7 @@ export default function LandingPage() {
sideTitle="Frequently Asked Questions"
faqsAnimation="slide-up"
faqs={[
{ id: "q1", title: "What areas do you serve?", content: "We serve the Ventnor City, NJ area and surrounding communities." },
{ id: "q1", title: "What areas do you serve?", content: "We serve Ventnor City, Margate, Longport, Atlantic City, and surrounding communities." },
{ id: "q2", title: "Are your cleaners insured?", content: "Yes, we are fully licensed and insured for your peace of mind." },
{ id: "q3", title: "How do I book a cleaning?", content: "Simply call us at (609) 487-9446 or use the quote form on our website." },
{ id: "q4", title: "Do I need to provide supplies?", content: "No, our team brings all professional-grade cleaning supplies and equipment." },
@@ -163,7 +163,7 @@ export default function LandingPage() {
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true }
]}
textarea={{ name: "message", placeholder: "Tell us about your cleaning needs", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-trying-work-using-laptop-babysit-her-infant-son-cute-baby-sitting-kitchen-counter-playing-with-saucepan-his-mother-typing-portable-computer-foreground_344912-9.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cjh2rKeT3t0ljyuc6iFwvMOg1C/uploaded-1776905322802-lwxg29yi.png"
/>
</div>
@@ -179,4 +179,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}