From c5b8ad5900a1cee1c28b169b17c3cc0849f65b0e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:41:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 ++++++++++++++++++++++----------- 1 file changed, 22 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 651afe8..8558c75 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,11 +65,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Pan-Seared Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Pan-Seared Salmon with seasonal vegetables"}, + id: "1", name: "Pan-Seared Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", imageAlt: "Pan-Seared Salmon with seasonal vegetables" + }, { - id: "2", name: "Handmade Pappardelle", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pasta-with-sauce-bowl-table-with-glass-red-wine_181624-31544.jpg", imageAlt: "Handmade Pappardelle with truffle sauce"}, + id: "2", name: "Handmade Pappardelle", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-pasta-with-sauce-bowl-table-with-glass-red-wine_181624-31544.jpg", imageAlt: "Handmade Pappardelle with truffle sauce" + }, { - id: "3", name: "Lobster Bisque", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-plate-grilled-smoked-salmon-with-lettuce-tomato-pepper_140725-522.jpg", imageAlt: "Creamy Lobster Bisque"}, + id: "3", name: "Lobster Bisque", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/waiter-holds-plate-grilled-smoked-salmon-with-lettuce-tomato-pepper_140725-522.jpg", imageAlt: "Creamy Lobster Bisque" + }, ]} cardClassName="font-bold text-lg uppercase tracking-wide" /> @@ -86,13 +89,17 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" products={[ { - id: "4", name: "Garden Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-served-with-various-vegetables_140725-1183.jpg", imageAlt: "Fresh garden salad with mixed greens"}, + id: "4", name: "Garden Salad", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-served-with-various-vegetables_140725-1183.jpg", imageAlt: "Fresh garden salad with mixed greens" + }, { - id: "5", name: "Chocolate Torte", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate-with-coffee-cup-coffee-shop_1150-6321.jpg", imageAlt: "Rich chocolate torte dessert"}, + id: "5", name: "Chocolate Torte", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-white-plate-with-coffee-cup-coffee-shop_1150-6321.jpg", imageAlt: "Rich chocolate torte dessert" + }, { - id: "6", name: "Wagyu Steak", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/juicy-steak-medium-rare-beef-with-spices-tomatoes-asparagus_2829-11262.jpg", imageAlt: "Premium grilled Wagyu steak"}, + id: "6", name: "Wagyu Steak", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/juicy-steak-medium-rare-beef-with-spices-tomatoes-asparagus_2829-11262.jpg", imageAlt: "Premium grilled Wagyu steak" + }, { - id: "7", name: "French Onion Soup", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe-eats-lowcalorie-vegetable-soup_169016-40087.jpg", imageAlt: "Classic French onion soup"}, + id: "7", name: "French Onion Soup", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/woman-cafe-eats-lowcalorie-vegetable-soup_169016-40087.jpg", imageAlt: "Classic French onion soup" + }, ]} cardClassName="font-bold text-lg uppercase tracking-wide" /> @@ -102,13 +109,17 @@ export default function LandingPage() {