Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1fbe6a13f6 | |||
| 0f8f146d16 |
@@ -213,6 +213,67 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div id="faqbase" data-section="faqbase">
|
||||||
|
<FaqBase
|
||||||
|
faqs={[
|
||||||
|
{
|
||||||
|
id: "faq-1",
|
||||||
|
title: "What are your store hours?",
|
||||||
|
content: "We're open Monday through Saturday from 7:00 AM to 7:00 PM, and Sunday from 8:00 AM to 5:00 PM. We're closed on major holidays."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq-2",
|
||||||
|
title: "Do you offer custom cakes?",
|
||||||
|
content: "Yes! We specialize in custom birthday cakes, wedding cakes, and special occasion desserts. Please contact us at least 2 weeks in advance to discuss your requirements."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq-3",
|
||||||
|
title: "Can I place an order online?",
|
||||||
|
content: "Absolutely! Visit our online ordering system to browse our selection and place orders for pickup or delivery. We also offer subscription services for regular customers."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "faq-4",
|
||||||
|
title: "What is your cancellation policy?",
|
||||||
|
content: "For custom orders, we require a 48-hour notice for cancellations. Standard items can be returned within 24 hours of purchase if unopened and in original packaging."
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
title="Frequently Asked Questions"
|
||||||
|
description="Find answers to common questions about our bakery and services"
|
||||||
|
tag="Bakery Info"
|
||||||
|
tagIcon={null}
|
||||||
|
tagAnimation="none"
|
||||||
|
buttons={[
|
||||||
|
{ label: "Contact Us", href: "#contact", dataWebildId: "faq-contact-btn" },
|
||||||
|
{ label: "View Menu", href: "#menu", dataWebildId: "faq-menu-btn" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="none"
|
||||||
|
faqsAnimation="none"
|
||||||
|
textboxLayout="left"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
animationType="smooth"
|
||||||
|
showCard={true}
|
||||||
|
ariaLabel="FAQ section for Sweet Crumb Bakery"
|
||||||
|
className=""
|
||||||
|
containerClassName=""
|
||||||
|
textBoxTitleClassName=""
|
||||||
|
titleImageWrapperClassName=""
|
||||||
|
titleImageClassName=""
|
||||||
|
textBoxDescriptionClassName=""
|
||||||
|
textBoxClassName=""
|
||||||
|
textBoxTagClassName=""
|
||||||
|
textBoxButtonContainerClassName=""
|
||||||
|
textBoxButtonClassName=""
|
||||||
|
textBoxButtonTextClassName=""
|
||||||
|
faqsContainerClassName=""
|
||||||
|
accordionClassName=""
|
||||||
|
accordionTitleClassName=""
|
||||||
|
accordionIconContainerClassName=""
|
||||||
|
accordionIconClassName=""
|
||||||
|
accordionContentClassName=""
|
||||||
|
separatorClassName=""
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer-section" data-section="footer-section">
|
<div id="footer-section" data-section="footer-section">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/cocoa-with-lights-cozy-winter-home-warm-background_501050-119.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/cocoa-with-lights-cozy-winter-home-warm-background_501050-119.jpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user