Update src/app/page.tsx
This commit is contained in:
@@ -77,10 +77,10 @@ export default function HomePage() {
|
||||
products={[
|
||||
{ id: "steak", name: "Pan-Seared Ribeye", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/ribeye-steak-finely-cooked-cut-served-with-tartar-sauce_114579-2030.jpg", imageAlt: "Gourmet pan-seared ribeye steak" },
|
||||
{ id: "cocktail", name: "Mountain Sunset Cocktail", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/green-drink-with-jelly-roses_23-2148273514.jpg", imageAlt: "Craft cocktail with fruit garnish" },
|
||||
{ id: "burger", name: "Signature Lodge Burger", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg", imageAlt: "Gourmet burger with fries" },
|
||||
{ id: "burger", name: "Signature Lodge Burger", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-beef-steak-salad-inside-served-with-jar-mojito_114579-2310.jpg?_wi=1", imageAlt: "Gourmet burger with fries" },
|
||||
{ id: "dessert", name: "Chocolate Lava Dream", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/brownie-plate-table_140725-2351.jpg", imageAlt: "Elegant chocolate dessert" },
|
||||
{ id: "fish", name: "Grilled Cedar Salmon", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/scallops-shell-with-bacon-asparagus_1203-9396.jpg", imageAlt: "Grilled cedar plank salmon" },
|
||||
{ id: "starter", name: "Artisanal Cheese Board", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg", imageAlt: "Artisanal cheese board" }
|
||||
{ id: "fish", name: "Grilled Cedar Salmon", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/scallops-shell-with-bacon-asparagus_1203-9396.jpg?_wi=1", imageAlt: "Grilled cedar plank salmon" },
|
||||
{ id: "starter", name: "Artisanal Cheese Board", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/healthy-salad-with-cheese-close-up_23-2148517001.jpg?_wi=1", imageAlt: "Artisanal cheese board" }
|
||||
]}
|
||||
title="Our Signature Dishes & Drinks"
|
||||
description="Indulge in our most celebrated creations, crafted with local ingredients and passion."
|
||||
|
||||
Reference in New Issue
Block a user