Merge version_3 into main #2
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user