Update src/app/page.tsx
This commit is contained in:
@@ -139,17 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Grilled Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-sauce-garnished-with-lemon-broccoli-tomatos-onion-tarragon_140725-199.jpg", imageAlt: "Grilled Salmon"},
|
||||
id: "product-1", name: "Grilled Salmon", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-sauce-garnished-with-lemon-broccoli-tomatos-onion-tarragon_140725-199.jpg?_wi=1", imageAlt: "Grilled Salmon"},
|
||||
{
|
||||
id: "product-2", name: "Classic Tiramisu", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132619.jpg", imageAlt: "Classic Tiramisu"},
|
||||
id: "product-2", name: "Classic Tiramisu", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-delicious-cake-with-chocolate-raisins-light-dark-background_140725-132619.jpg?_wi=1", imageAlt: "Classic Tiramisu"},
|
||||
{
|
||||
id: "product-3", name: "Veal Scaloppini", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg", imageAlt: "Veal Scaloppini"},
|
||||
id: "product-3", name: "Veal Scaloppini", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg?_wi=1", imageAlt: "Veal Scaloppini"},
|
||||
{
|
||||
id: "product-4", name: "Spaghetti Carbonara", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg", imageAlt: "Spaghetti Carbonara"},
|
||||
id: "product-4", name: "Spaghetti Carbonara", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg?_wi=1", imageAlt: "Spaghetti Carbonara"},
|
||||
{
|
||||
id: "product-5", name: "Lamb Chops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-steak_74190-496.jpg", imageAlt: "Lamb Chops"},
|
||||
id: "product-5", name: "Lamb Chops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-steak_74190-496.jpg?_wi=1", imageAlt: "Lamb Chops"},
|
||||
{
|
||||
id: "product-6", name: "Oyster Rockefeller", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/food-concept-plate-oysters-with-sauce-lemon-seafood-restaurant_8353-7018.jpg", imageAlt: "Oyster Rockefeller"},
|
||||
id: "product-6", name: "Oyster Rockefeller", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/food-concept-plate-oysters-with-sauce-lemon-seafood-restaurant_8353-7018.jpg?_wi=1", imageAlt: "Oyster Rockefeller"},
|
||||
]}
|
||||
title="Our Culinary Masterpieces"
|
||||
description="Explore a selection of our signature Italian dishes, crafted with tradition and passion, available for dine-in, takeout, and delivery."
|
||||
|
||||
Reference in New Issue
Block a user