Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -8,15 +8,15 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import Link from 'next/link';
|
||||
|
||||
const fullMenuItems = [
|
||||
{ id: "pasta-1", name: "Spaghetti Carbonara", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg", imageAlt: "Spaghetti Carbonara", category: "pasta" },
|
||||
{ id: "pasta-1", name: "Spaghetti Carbonara", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg?_wi=2", imageAlt: "Spaghetti Carbonara", category: "pasta" },
|
||||
{ id: "pasta-2", name: "Lasagna Bolognese", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/lasagna-bolognese-sauce_1203-5183.jpg", imageAlt: "Lasagna Bolognese", category: "pasta" },
|
||||
{ id: "pasta-3", name: "Fettuccine Alfredo", price: "$23", imageSrc: "http://img.b2bpic.net/free-photo/classic-italian-spaghetti-with-meatballs_1339-165.jpg", imageAlt: "Fettuccine Alfredo", category: "pasta" },
|
||||
{ id: "main-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", category: "main-courses" },
|
||||
{ id: "main-2", 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", category: "main-courses" },
|
||||
{ id: "main-3", name: "Lamb Chops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-steak_74190-496.jpg", imageAlt: "Lamb Chops", category: "main-courses" },
|
||||
{ id: "appetizer-1", 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", category: "starters" },
|
||||
{ id: "main-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=2", imageAlt: "Grilled Salmon", category: "main-courses" },
|
||||
{ id: "main-2", name: "Veal Scaloppini", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/fired-meat-leg-topped-with-sauce-sesame_141793-17453.jpg?_wi=2", imageAlt: "Veal Scaloppini", category: "main-courses" },
|
||||
{ id: "main-3", name: "Lamb Chops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-chop-steak_74190-496.jpg?_wi=2", imageAlt: "Lamb Chops", category: "main-courses" },
|
||||
{ id: "appetizer-1", 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=2", imageAlt: "Oyster Rockefeller", category: "starters" },
|
||||
{ id: "appetizer-2", name: "Fried Calamari", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/calamari-fritti-lemon-plate_23-2148152504.jpg", imageAlt: "Fried Calamari", category: "starters" },
|
||||
{ id: "dessert-1", 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", category: "desserts" },
|
||||
{ id: "dessert-1", 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=2", imageAlt: "Classic Tiramisu", category: "desserts" },
|
||||
{ id: "dessert-2", name: "Cannoli", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/cannoli-delicious-dessert-cream-filling_1339-158.jpg", imageAlt: "Cannoli", category: "desserts" },
|
||||
];
|
||||
|
||||
|
||||
@@ -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