diff --git a/src/app/page.tsx b/src/app/page.tsx index d4acdbf..668b769 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,23 +29,16 @@ export default function LandingPage() { @@ -53,99 +46,53 @@ export default function LandingPage() { @@ -155,7 +102,7 @@ export default function LandingPage() { useInvertedBackground={false} title="The Art of Gastronomy" description="At ETZ, we believe that dining is a celebration. Our chefs source local, seasonal ingredients to create dishes that tell a story of heritage, technique, and passion. Every element of our kitchen is designed to elevate your sensory experience." - imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-meal-preparation_23-2149059131.jpg" imageAlt="Chef preparing a gourmet dish" /> @@ -168,53 +115,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Truffle Risotto", - price: "$34", - variant: "Signature", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg?_wi=2", - imageAlt: "Truffle Risotto", - }, + id: "1", name: "Truffle Risotto", price: "$34", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tuna-sushi_1203-3245.jpg", imageAlt: "Truffle Risotto"}, { - id: "2", - name: "Dark Chocolate Ganache", - price: "$18", - variant: "Dessert", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg?_wi=2", - imageAlt: "Dark Chocolate Ganache", - }, + id: "2", name: "Dark Chocolate Ganache", price: "$18", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background_140725-136311.jpg", imageAlt: "Dark Chocolate Ganache"}, { - id: "3", - name: "Wild Mushroom Velouté", - price: "$22", - variant: "Starter", - imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg?_wi=2", - imageAlt: "Wild Mushroom Velouté", - }, + id: "3", name: "Wild Mushroom Velouté", price: "$22", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/various-salads-lettuce-carrot_141793-150.jpg", imageAlt: "Wild Mushroom Velouté"}, { - id: "4", - name: "Pan-Seared Scallops", - price: "$28", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/onion-rings-with-fried-shrimps-table_140725-5355.jpg", - imageAlt: "Pan-Seared Scallops", - }, + id: "4", name: "Pan-Seared Scallops", price: "$28", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/onion-rings-with-fried-shrimps-table_140725-5355.jpg", imageAlt: "Pan-Seared Scallops"}, { - id: "5", - name: "Herb-Crusted Wagyu", - price: "$52", - variant: "Main", - imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-leaf_181624-808.jpg", - imageAlt: "Herb-Crusted Wagyu", - }, + id: "5", name: "Herb-Crusted Wagyu", price: "$52", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-with-leaf_181624-808.jpg", imageAlt: "Herb-Crusted Wagyu"}, { - id: "6", - name: "Artisan Sourdough", - price: "$12", - variant: "Side", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-basket-bread-baking-sheet_23-2148288053.jpg", - imageAlt: "Artisan Sourdough", - }, + id: "6", name: "Artisan Sourdough", price: "$12", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-basket-bread-baking-sheet_23-2148288053.jpg", imageAlt: "Artisan Sourdough"}, ]} title="Our Signature Menu" description="A curated selection of our finest dishes, crafted with passion and local ingredients." @@ -223,44 +134,20 @@ export default function LandingPage() {