Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dd2a00346c |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
{ value: "50+", label: "Flavor Combinations" }
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Order Now", href: "#products" }]}
|
||||
buttons={[{ text: "Order Your Fresh Burger", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-beef-burger-with-salad-bacon_23-2148784490.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -166,8 +166,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer vegan options?", content: "Yes, we have our Signature Avocado Veggie Burger which is 100% plant-based." },
|
||||
{ id: "f2", title: "How do you source your beef?", content: "Our beef is locally sourced from high-welfare farms." },
|
||||
{ id: "f3", title: "Can I order online?", content: "Yes! Use the link in our menu section for local delivery." },
|
||||
{ id: "f4", title: "How long does delivery take?", content: "Most local deliveries arrive within 30-45 minutes of placing your order." }
|
||||
{ id: "f3", title: "Can I order online?", content: "Yes! Use the link in our menu section for local delivery." }
|
||||
]}
|
||||
title="Got Questions?"
|
||||
description="Here is what you need to know about our burgers."
|
||||
|
||||
Reference in New Issue
Block a user