Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35a69497ec | |||
| b2e8863014 |
@@ -117,13 +117,13 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Opening Hours", content: "Daily from 8 AM to 8 PM." },
|
{ id: "q1", title: "How do I order a custom cake?", content: "For custom cake inquiries, please reach out via our contact form or send us a WhatsApp message with your design ideas, date, and guest count. We recommend booking at least 1 week in advance." },
|
||||||
{ id: "q2", title: "Location", content: "123 Bakery St, City Center." },
|
{ id: "q2", title: "Do you offer delivery?", content: "Yes, we provide local delivery for all orders. Delivery fees are calculated based on your address and can be confirmed upon order placement." },
|
||||||
{ id: "q3", title: "Delivery", content: "We offer fast delivery services." }
|
{ id: "q3", title: "Opening Hours", content: "Daily from 8 AM to 8 PM." }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="none"
|
mediaAnimation="none"
|
||||||
title="Where To Find Us"
|
title="Frequently Asked Questions"
|
||||||
description="Visit our shop located in the city center."
|
description="Find answers to common questions about our bakery and ordering process."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273134.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273134.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -151,4 +151,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user