Update src/app/page.tsx
This commit is contained in:
@@ -133,17 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Pan-Seared Scallops", price: "Market Price", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mix-seafood-table_23-2148290485.jpg", imageAlt: "Pan-seared scallops with a light sauce"},
|
||||
id: "p1", name: "Pan-Seared Scallops", price: "Market Price", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/plate-scallops-isolated-black_169016-1606.jpg", imageAlt: "Pan-seared scallops with a light sauce"},
|
||||
{
|
||||
id: "p2", name: "Wild Mushroom Risotto", price: "Seasonal", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/steaming-spaghetti-bolognese-with-parmesan-cheese_84443-94442.jpg", imageAlt: "Creamy wild mushroom risotto"},
|
||||
id: "p2", name: "Wild Mushroom Risotto", price: "Seasonal", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/risotto-mushrooms-with-herbs-isolated-white-plate_169016-1607.jpg", imageAlt: "Creamy wild mushroom risotto"},
|
||||
{
|
||||
id: "p3", name: "Beef Tenderloin", price: "Market Price", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/ginger-cake-piece-decorated-with-vanilla-ice-cream-strawberry-black-currant-raspberry-blackberry-pistachio_141793-2243.jpg", imageAlt: "Perfectly cooked beef tenderloin with garnish"},
|
||||
id: "p3", name: "Beef Tenderloin", price: "Market Price", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-steak-with-potatoes-rosemary_169016-1608.jpg", imageAlt: "Perfectly cooked beef tenderloin with garnish"},
|
||||
{
|
||||
id: "p4", name: "Chocolate Lava Cake", price: "$15", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-chef-decorating-delicious-dessert_23-2147863806.jpg", imageAlt: "Warm chocolate lava cake with berries"},
|
||||
id: "p4", name: "Chocolate Lava Cake", price: "$15", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-lava-cake-with-ice-cream_169016-1609.jpg", imageAlt: "Warm chocolate lava cake with berries"},
|
||||
{
|
||||
id: "p5", name: "Caprese Skewers", price: "$12", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/fresh-italian-salad-antipasto-called-caprese-with-buffalo-mozzarella-sliced-tomatoes-basil-with-olive-oil-ingredients-vegetarian-caprese-salad-italian-food-top-view-rustic-style_1150-44797.jpg", imageAlt: "Fresh caprese skewers with balsamic glaze"},
|
||||
id: "p5", name: "Caprese Skewers", price: "$12", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/caprese-skewers-cherry-tomatoes-mozzarella-basil_169016-1610.jpg", imageAlt: "Fresh caprese skewers with balsamic glaze"},
|
||||
{
|
||||
id: "p6", name: "Roasted Duck Breast", price: "Seasonal", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-with-rice-raddish_140725-3403.jpg", imageAlt: "Roasted duck breast with an orange glaze"},
|
||||
id: "p6", name: "Roasted Duck Breast", price: "Seasonal", variant: "Main Course", imageSrc: "http://img.b2bpic.net/free-photo/roasted-duck-breast-orange-sauce_169016-1611.jpg", imageAlt: "Roasted duck breast with an orange glaze"},
|
||||
]}
|
||||
title="A Glimpse of Our Menu"
|
||||
description="Explore a selection of our signature dishes, showcasing fresh ingredients and culinary artistry. Each dish can be customized to your preferences."
|
||||
@@ -298,4 +298,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user