Update src/app/page.tsx

This commit is contained in:
2026-05-09 14:35:15 +00:00
parent 84f49e47c2
commit 2d82f034f7

View File

@@ -134,17 +134,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Truffle Risotto", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg"},
id: "1", name: "Truffle Risotto - Forest mushroom medley with aged parmesan and truffle oil drizzle.", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg"},
{
id: "2", name: "Wagyu Tenderloin", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg"},
id: "2", name: "Wagyu Tenderloin - Grade A5 beef, smoked sea salt, and red wine reduction.", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-foie-gras_1203-3591.jpg"},
{
id: "3", name: "Pan-Seared Scallops", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-1362.jpg"},
id: "3", name: "Pan-Seared Scallops - Sweet Atlantic scallops with lemon butter and micro-herbs.", price: "$52", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-vegetables-table_140725-1362.jpg"},
{
id: "4", name: "Chocolate Sphere", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-sweet-biscuits-inside-designed-plate-dark-space_140725-95311.jpg"},
id: "4", name: "Chocolate Sphere - Dark Belgian chocolate, warm salted caramel, and berries.", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-sweet-biscuits-inside-designed-plate-dark-space_140725-95311.jpg"},
{
id: "5", name: "Artisanal Bread", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-wine-glass_23-2148941533.jpg"},
id: "5", name: "Artisanal Bread - Sourdough baked daily with whipped cultured butter.", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-wine-glass_23-2148941533.jpg"},
{
id: "6", name: "Garden Essence Salad", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"},
id: "6", name: "Garden Essence Salad - Heirloom greens with balsamic vinaigrette and toasted pine nuts.", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"},
]}
title="Signature Menu"
description="Explore our curated culinary creations."