From 1e20d2af33dc4f2aa600ba421c184ec2c25089a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 05:47:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 182 ++++++++++------------------------------------- 1 file changed, 39 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6c1425..e470756 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,65 +45,42 @@ export default function LandingPage() {
@@ -137,41 +106,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Signature Tomahawk", - price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-pan_23-2148599843.jpg", - }, + id: "1", name: "Signature Tomahawk", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-vegetables-pan_23-2148599843.jpg"}, { - id: "2", - name: "Vintage Reserve Red", - price: "$95", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-wineglass-reflects-candlelit-elegance-celebration-generated-by-ai_188544-15330.jpg", - }, + id: "2", name: "Vintage Reserve Red", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/luxury-wineglass-reflects-candlelit-elegance-celebration-generated-by-ai_188544-15330.jpg"}, { - id: "3", - name: "Artisan Glazed Roots", - price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", - }, + id: "3", name: "Artisan Glazed Roots", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg"}, { - id: "4", - name: "Gold Leaf Decadence", - price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-sweet-biscuits-inside-designed-plate-dark-space_140725-95311.jpg", - }, + id: "4", name: "Gold Leaf Decadence", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-sweet-biscuits-inside-designed-plate-dark-space_140725-95311.jpg"}, { - id: "5", - name: "Wagyu Carpaccio", - price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg", - }, + id: "5", name: "Wagyu Carpaccio", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/eating-asian-food-dinner-concept_53876-23414.jpg"}, { - id: "6", - name: "Mirador Craft Coupe", - price: "$22", - imageSrc: "http://img.b2bpic.net/free-photo/cocktail-served-crystal-glass_140725-7810.jpg", - }, + id: "6", name: "Mirador Craft Coupe", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-served-crystal-glass_140725-7810.jpg"}, ]} title="A Menu of Icons" description="From prime cuts aged to perfection to rare vintage pairings, discover the flavors that define the Mirador experience." @@ -180,44 +125,20 @@ export default function LandingPage() {