diff --git a/src/app/page.tsx b/src/app/page.tsx index b5aac78..41f903a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file