From 366517421c3674a716fc3b775a58896485e4697f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 02:41:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.1