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