Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-15 07:36:43 +00:00

View File

@@ -91,18 +91,21 @@ export default function LandingPage() {
{ id: "2", name: "Local Cafe", imageSrc: "https://img.b2bpic.net/free-photo/coffee-business-owner-concept-portrait-happy-young-bearded-caucasian-barista-apron-with-confident-looking-smiling-camera-coffee-shop-counter_1258-103925.jpg" }
]}
cardAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
title="Common Inquiries"
description="We are here to help with your questions."
faqs={[
{ id: "1", title: "Do you provide daily cleaning?", content: "Yes, we offer daily, weekly, and monthly maintenance plans." },
{ id: "2", title: "Can I order supplies in bulk?", content: "Absolutely, our supply procurement handles bulk orders with fast delivery." }
]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -112,6 +115,7 @@ export default function LandingPage() {
title="Reach Out to Us"
description="Whether it's cleaning services or supply chain assistance, we're ready to serve."
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div>