From 3004a6e9b66a82ab1730d1dbba6949f6eea8e2c0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:10:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cb2fac6..5707ec4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,17 +115,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "d1", name: "Truffle Risotto", price: "Market", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg"}, + id: "d1", name: "Black Truffle Risotto", price: "Market", variant: "Finished with 24-month aged Parmigiano Reggiano", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-originally-served-salad-stands-dark-wooden-t_1304-4651.jpg"}, { - id: "d2", name: "Pan-seared Scallops", price: "Market", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cakes-bundled-up-wooden-board-blue_114579-24622.jpg"}, + id: "d2", name: "Pan-seared Atlantic Scallops", price: "Market", variant: "Served with fresh pea shoots and citrus emulsion", imageSrc: "http://img.b2bpic.net/free-photo/marmelades-cakes-bundled-up-wooden-board-blue_114579-24622.jpg"}, { - id: "d3", name: "Wagyu Beef Filet", price: "Market", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/chef-placing-fresh-tomatoes-salad_23-2148516911.jpg"}, + id: "d3", name: "Wagyu Beef Filet", price: "Market", variant: "Paired with roasted heritage heirloom carrots", imageSrc: "http://img.b2bpic.net/free-photo/chef-placing-fresh-tomatoes-salad_23-2148516911.jpg"}, { - id: "d4", name: "Organic Roasted Root Veg", price: "Market", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg"}, + id: "d4", name: "Organic Roasted Root Vegetables", price: "Market", variant: "Seasonal harvest glazed with wildflower honey", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720765.jpg"}, { - id: "d5", name: "Dark Chocolate Ganache", price: "Market", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-making-delicious-chocolate-cake-with-cream-white-table_181624-34779.jpg"}, + id: "d5", name: "Dark Chocolate Ganache", price: "Market", variant: "Infused with hand-picked summer raspberries", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-making-delicious-chocolate-cake-with-cream-white-table_181624-34779.jpg"}, { - id: "d6", name: "Velouté of Forest Mushrooms", price: "Market", variant: "Soup", imageSrc: "http://img.b2bpic.net/free-photo/piece-salad-fork-close-up_23-2148537206.jpg"}, + id: "d6", name: "Velouté of Forest Mushrooms", price: "Market", variant: "Foraged wild fungi with thyme infusion", imageSrc: "http://img.b2bpic.net/free-photo/piece-salad-fork-close-up_23-2148537206.jpg"}, ]} title="Signature Creations" description="Discover a selection of my most celebrated seasonal dishes." @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1