Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5fd5fd9afc | |||
| f0744a8828 | |||
| f06e21d25e | |||
| 7279bde6ca |
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
{ name: "Carlos M.", handle: "@carlos", testimonial: "Excellent price and even better product. Surprising quality.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg" },
|
||||
{ name: "Sofia G.", handle: "@sofia", testimonial: "Very friendly staff and incredibly fast. Will definitely return.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-pasta-italian-restaurant_1303-24365.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "View Our Menu", href: "#products" }]}
|
||||
buttons={[{ text: "Order Your Pizza Now", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-arugula-pizza_23-2148574288.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
||||
faqs={[
|
||||
{ id: "f1", title: "Do you offer delivery?", content: "Yes, we offer fast delivery service in the surrounding areas." },
|
||||
{ id: "f2", title: "Are your ingredients natural?", content: "Absolutely! We pride ourselves on using fresh, natural ingredients." },
|
||||
{ id: "f3", title: "Do you cater for events?", content: "Yes, we can cater for private events and parties. Contact us for details." }
|
||||
{ id: "f3", title: "Do you cater for events?", content: "Yes, we can cater for private events and parties and events. Contact us for details." }
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Find everything you need to know about our service and menu."
|
||||
|
||||
Reference in New Issue
Block a user