Update src/app/page.tsx
This commit is contained in:
@@ -57,10 +57,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-chair-table_1203-7265.jpg", imageAlt: "Vintage restaurant interior"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg", imageAlt: "Signature veal parmesan"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg?_wi=1", imageAlt: "Signature veal parmesan"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg", imageAlt: "Gourmet Italian cuisine"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg?_wi=1", imageAlt: "Gourmet Italian cuisine"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
tag="Featured Dishes"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Veal Parmesan", price: "$36", variant: "Classic Italian Preparation", imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg", imageAlt: "Veal Parmesan"
|
||||
id: "1", name: "Veal Parmesan", price: "$36", variant: "Classic Italian Preparation", imageSrc: "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg?_wi=2", imageAlt: "Veal Parmesan"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Spaghetti & Meatballs", price: "$28", variant: "Traditional Homemade Recipe", imageSrc: "http://img.b2bpic.net/free-photo/seafood-pasta-tomato-sauce-with-mussels_140725-8464.jpg", imageAlt: "Spaghetti & Meatballs"
|
||||
@@ -113,7 +113,7 @@ export default function LandingPage() {
|
||||
tag="Gallery"
|
||||
features={[
|
||||
{
|
||||
title: "Classic Italian Dishes", description: "Beautifully plated traditional recipes made with the finest ingredients", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg", imageAlt: "Classic Italian dish"
|
||||
title: "Classic Italian Dishes", description: "Beautifully plated traditional recipes made with the finest ingredients", imageSrc: "http://img.b2bpic.net/free-photo/mixed-salad-with-glass-red-wine_140725-1820.jpg?_wi=2", imageAlt: "Classic Italian dish"
|
||||
},
|
||||
{
|
||||
title: "Intimate Dining Spaces", description: "Cozy corners perfect for special occasions and romantic dinners", imageSrc: "http://img.b2bpic.net/free-photo/side-view-couple-having-lunch_23-2150598339.jpg", imageAlt: "Intimate dining space"
|
||||
|
||||
Reference in New Issue
Block a user