From 94a527e5934c2ce94c10364841e46364839a9212 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 18:24:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6472117..9d84b9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,6 +180,8 @@ export default function LandingPage() { faqs={[ { id: "q1", title: "Do you offer gluten-free dough?", content: "Yes, we have a delicious gluten-free base option available upon request."}, + { + id: "q4", title: "Do you have vegan or dairy-free cheese?", content: "Yes, we offer premium dairy-free and vegan cheese alternatives for any of our pizzas."}, { id: "q2", title: "Do you deliver?", content: "We offer local delivery within a 5-mile radius of our store."}, { @@ -233,4 +235,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1