Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-18 04:14:35 +00:00

View File

@@ -113,6 +113,8 @@ export default function LandingPage() {
names={["Chai Lovers Association", "Street Food Alliance", "Local Business Guild"]}
title="Trusted by Local Foodies"
description="Featured in and supported by our community."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -122,6 +124,7 @@ export default function LandingPage() {
description="Got questions about our cafe?"
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "What are your opening hours?", content: "Daily from 7 AM to 10 PM." },
{ id: "f2", title: "Do you offer takeaways?", content: "Yes, everything is available for takeaway." },
@@ -134,6 +137,7 @@ export default function LandingPage() {
<ContactText
text="Located at Main Street, near the park. Drop by for a warm chai or reach us at hello@chotukitapri.com."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
buttons={[{ text: "Get Directions" }]}
/>
</div>