Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ffffa5b86e | |||
| 38b23c6e46 | |||
| 46cbdb3a4c | |||
| 7f68f28c68 | |||
| a22e4bbf61 | |||
| 257bb3229b |
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
<div id="featured" data-section="featured">
|
||||
<ProductCardThree
|
||||
title="Our Signature Collections"
|
||||
description="Explore our most beloved premium chocolate creations, handpicked for their exceptional quality and unforgettable taste."
|
||||
description="Handcrafted favorites ready to ship. Add to cart and enjoy free delivery on orders over $50."
|
||||
tag="Bestsellers"
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -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."
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -248,4 +251,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user