Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 94a527e593 | |||
| 5e36a575f5 | |||
| 1ddb32cb6c |
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user