diff --git a/src/app/page.tsx b/src/app/page.tsx index fae76cc..bb1af86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { products={[ { id: "p1", name: "Margherita", price: "$16", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg" }, { id: "p2", name: "Prosciutto e Arugula", price: "$22", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-with-parmesan-cheese_23-2148753752.jpg" }, - { id: "p3", name: "Quattro Formaggi", price: "$19", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.jpg" }, + { id: "p3", name: "Quattro Formaggi", price: "$19", variant: "Classic", imageSrc: "http://img.b2bpic.net/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.jpg" }, { id: "p4", name: "Diavola", price: "$18", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-shrimp-salmon-olives_2829-14012.jpg" }, { id: "p5", name: "Truffle Mushroom", price: "$24", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-slice-sausage-pizza-restaurant_140725-5031.jpg" }, { id: "p6", name: "Calzone Rustico", price: "$20", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/experienced-chef-is-putting-his-pizza-oven-using-special-giant-spatula_613910-3392.jpg" }, @@ -137,6 +137,7 @@ export default function LandingPage() { { id: "2", title: "Are there gluten-free options?", content: "We offer a delicious cauliflower-based crust option upon request." }, { id: "3", title: "Do you take reservations?", content: "Yes, we recommend booking a table in advance, especially during weekends." }, ]} + buttons={[{ text: "Book a Table", href: "#contact" }]} title="Frequently Asked Questions" description="Have questions about our menu or restaurant?" faqsAnimation="slide-up"