3 Commits

Author SHA1 Message Date
ffffa5b86e Merge version_3 into main
Merge version_3 into main
2026-03-12 11:34:24 +00:00
38b23c6e46 Update src/app/page.tsx 2026-03-12 11:34:20 +00:00
46cbdb3a4c Merge version_2 into main
Merge version_2 into main
2026-03-12 11:32:48 +00:00

View File

@@ -211,7 +211,7 @@ export default function LandingPage() {
<ContactFaq
ctaTitle="Ready to Order?"
ctaDescription="Visit us today or order online to enjoy Choco Bakery's premium collection. Experience chocolate perfection delivered to your door."
ctaButton={{ text: "Place Your Order", href: "#" }}
ctaButton={{ text: "Order Today Free Delivery", href: "#" }}
ctaIcon={ShoppingCart}
useInvertedBackground={false}
animationType="slide-up"
@@ -221,19 +221,22 @@ export default function LandingPage() {
id: "1", title: "What are your business hours?", content: "We're open Monday to Sunday, 9:00 AM to 8:00 PM. Special hours may apply during holidays. Call us for details."
},
{
id: "2", title: "Do you offer same-day delivery?", content: "Yes! Orders placed before 2:00 PM are delivered same-day within our service area. Premium expedited delivery available."
id: "2", title: "How long does delivery take?", content: "Orders placed before 2:00 PM are delivered same-day within our service area. Standard delivery arrives within 2-3 business days. We guarantee fresh products at your doorstep with our expedited cold-chain logistics."
},
{
id: "3", title: "Are your chocolates suitable for allergies?", content: "We handle nuts and dairy. Please inform us of any allergies when ordering. All products are clearly labeled with ingredients."
id: "3", title: "Do you offer same-day delivery?", content: "Yes! Orders placed before 2:00 PM are delivered same-day within our service area. Premium expedited delivery available."
},
{
id: "4", title: "Can I customize my order?", content: "Absolutely! We offer custom chocolate creations for special occasions. Minimum orders apply. Contact us for a consultation."
id: "4", title: "Are your chocolates suitable for allergies?", content: "We handle nuts and dairy. Please inform us of any allergies when ordering. All products are clearly labeled with ingredients."
},
{
id: "5", title: "What's your return policy?", content: "We guarantee satisfaction. If unsatisfied, we offer replacement or full refund within 7 days of purchase."
id: "5", title: "Can I customize my order?", content: "Absolutely! We offer custom chocolate creations for special occasions. Minimum orders apply. Contact us for a consultation."
},
{
id: "6", title: "Do you offer wholesale pricing?", content: "Yes! We work with restaurants, cafés, and event planners. Contact us for wholesale inquiries and special pricing."
id: "6", title: "What's your return policy?", content: "We guarantee satisfaction. If unsatisfied, we offer replacement or full refund within 7 days of purchase."
},
{
id: "7", title: "Do you offer wholesale pricing?", content: "Yes! We work with restaurants, cafés, and event planners. Contact us for wholesale inquiries and special pricing."
}
]}
/>