diff --git a/src/app/page.tsx b/src/app/page.tsx index bb1af86..d724a75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,8 +54,8 @@ export default function LandingPage() { ]} avatarText="Loved by local foodies" buttons={[ - { text: "View Our Menu", href: "#products" }, - { text: "Book a Table", href: "#contact" }, + { text: "Order for Pickup", href: "#products" }, + { text: "Reserve Your Table Now", href: "#contact" }, ]} marqueeItems={[ { type: "text", text: "Wood-Fired Tradition" }, @@ -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/flat-lay-delicious-pizza-with-parmesan-cheese_23-2148753753.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: "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,7 +137,6 @@ 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" @@ -177,4 +176,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}