2 Commits

Author SHA1 Message Date
35a69497ec Update src/app/page.tsx 2026-04-30 05:25:58 +00:00
b2e8863014 Merge version_1 into main
Merge version_1 into main
2026-04-30 05:25:15 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}