Bob AI: add faq section
This commit is contained in:
@@ -224,6 +224,67 @@ export default function LandingPage() {
|
||||
/>
|
||||
</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. Come by for fresh-baked goods every day!"
|
||||
},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Do you offer custom orders?",
|
||||
content: "Absolutely! We love creating custom cakes, pastries, and breads for special occasions. Please contact us at least 48 hours in advance for custom orders."
|
||||
},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are your products gluten-free?",
|
||||
content: "Yes, we offer several gluten-free options including our popular almond croissants and gluten-free cinnamon rolls. Please check our menu or ask our staff for current selections."
|
||||
},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How do I place an order online?",
|
||||
content: "Visit our website and browse our menu. Add items to your cart and proceed to checkout. You can choose delivery or pickup options during checkout."
|
||||
}
|
||||
]}
|
||||
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: "btn-contact" },
|
||||
{ label: "View Menu", href: "#menu", dataWebildId: "btn-menu" }
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
faqsAnimation="none"
|
||||
textboxLayout="left"
|
||||
useInvertedBackground="none"
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
ariaLabel="FAQ section for Warm & Crumbly 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">
|
||||
<FooterMedia
|
||||
imageSrc="https://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379555.jpg"
|
||||
|
||||
Reference in New Issue
Block a user