Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c76dd0d66c | |||
| ea19c33eee | |||
| 9bb0772a75 | |||
| a035abf8f9 | |||
| 366517421c | |||
| 7f321831cd |
@@ -55,6 +55,8 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Breads", href: "#products"},
|
||||
{
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -156,6 +158,9 @@ export default function LandingPage() {
|
||||
id: "f2", title: "Do you offer wholesale?", content: "Yes, we work with local cafes. Contact us for details."},
|
||||
{
|
||||
id: "f3", title: "Is your bread vegan?", content: "Most of our artisan loaves are vegan, containing only flour, water, and salt."},
|
||||
{
|
||||
id: "f4", title: "Do you offer gluten-free options?", content: "We specialize in traditional sourdough. While we use high-quality wheat, we recommend individuals with celiac disease contact us directly for specific ingredient lists and allergen safety protocols."
|
||||
}
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -203,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user