2 Commits

Author SHA1 Message Date
366517421c Update src/app/page.tsx 2026-05-06 02:41:59 +00:00
7f321831cd Merge version_1 into main
Merge version_1 into main
2026-05-06 02:40:58 +00:00

View File

@@ -156,6 +156,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 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}