diff --git a/src/app/page.tsx b/src/app/page.tsx index 9692cf5..c7badbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,13 +117,13 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "q1", title: "Opening Hours", content: "Daily from 8 AM to 8 PM." }, - { id: "q2", title: "Location", content: "123 Bakery St, City Center." }, - { id: "q3", title: "Delivery", content: "We offer fast delivery services." } + { 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: "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: "Opening Hours", content: "Daily from 8 AM to 8 PM." } ]} mediaAnimation="none" - title="Where To Find Us" - description="Visit our shop located in the city center." + title="Frequently Asked Questions" + description="Find answers to common questions about our bakery and ordering process." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273134.jpg" /> @@ -151,4 +151,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file