Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -55,19 +55,19 @@ export default function LandingPage() {
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-golden-suit-sits-cafe_8353-301.jpg", imageAlt: "Warm restaurant interior with ambient orange and yellow lighting"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-bread-toasts-with-sour-cream-dogwoods-inside-light-plate-grey_140725-29480.jpg", imageAlt: "Beautiful gourmet appetizers with warm ambiance"
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-bread-toasts-with-sour-cream-dogwoods-inside-light-plate-grey_140725-29480.jpg?_wi=1", imageAlt: "Beautiful gourmet appetizers with warm ambiance"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg", imageAlt: "Elegantly plated main courses"
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg?_wi=1", imageAlt: "Elegantly plated main courses"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg", imageAlt: "Exquisite dessert presentations"
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg?_wi=1", imageAlt: "Exquisite dessert presentations"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg", imageAlt: "Handcrafted pasta dishes"
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg?_wi=1", imageAlt: "Handcrafted pasta dishes"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg", imageAlt: "Premium aged steaks perfectly cooked"
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg?_wi=1", imageAlt: "Premium aged steaks perfectly cooked"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -94,10 +94,10 @@ export default function LandingPage() {
|
||||
title: "Appetizers", description: "Start your journey with our carefully curated selection of starters designed to awaken your palate and set the tone for an extraordinary meal.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-bread-toasts-with-sour-cream-dogwoods-inside-light-plate-grey_140725-29480.jpg", imageAlt: "Gourmet appetizer presentation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-bread-toasts-with-sour-cream-dogwoods-inside-light-plate-grey_140725-29480.jpg?_wi=2", imageAlt: "Gourmet appetizer presentation"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg", imageAlt: "Artfully plated starter dishes"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg?_wi=2", imageAlt: "Artfully plated starter dishes"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -105,10 +105,10 @@ export default function LandingPage() {
|
||||
title: "Main Courses", description: "Our main courses showcase premium ingredients and innovative techniques. From perfectly seared steaks to delicate seafood, each dish is a masterpiece.", icon: ChefHat,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg", imageAlt: "Elegantly plated main course"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-styling-steak-white-plate_53876-42888.jpg?_wi=2", imageAlt: "Elegantly plated main course"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg", imageAlt: "Premium aged steak presentation"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg?_wi=2", imageAlt: "Premium aged steak presentation"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -116,10 +116,10 @@ export default function LandingPage() {
|
||||
title: "Desserts", description: "Conclude your meal with our artisanal desserts, crafted to provide the perfect sweet finale to your dining experience.", icon: Cake,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg", imageAlt: "Artistic dessert plating"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-jelly-dessert-plate_23-2148238723.jpg?_wi=2", imageAlt: "Artistic dessert plating"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-meal-with-copy-space_23-2148517003.jpg", imageAlt: "Exquisite final course"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-meal-with-copy-space_23-2148517003.jpg?_wi=1", imageAlt: "Exquisite final course"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -136,13 +136,13 @@ export default function LandingPage() {
|
||||
<ProductCardFour
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Handcrafted Pasta Carbonara", price: "$28", variant: "Classic Recipe - Served Nightly", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg", imageAlt: "Handcrafted pasta carbonara"
|
||||
id: "1", name: "Handcrafted Pasta Carbonara", price: "$28", variant: "Classic Recipe - Served Nightly", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-ingredients-dark-surface_23-2147606593.jpg?_wi=3", imageAlt: "Handcrafted pasta carbonara"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Prime Dry-Aged Ribeye", price: "$48", variant: "16oz - Perfectly Seared", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg", imageAlt: "Prime dry-aged ribeye steak"
|
||||
id: "2", name: "Prime Dry-Aged Ribeye", price: "$48", variant: "16oz - Perfectly Seared", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-greens-inside-dark-plate-brown-wooden-desk-meal-food-dinner_140725-26134.jpg?_wi=3", imageAlt: "Prime dry-aged ribeye steak"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Pan-Seared Atlantic Salmon", price: "$36", variant: "Fresh Daily - With Seasonal Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-meal-with-copy-space_23-2148517003.jpg", imageAlt: "Pan-seared Atlantic salmon"
|
||||
id: "3", name: "Pan-Seared Atlantic Salmon", price: "$36", variant: "Fresh Daily - With Seasonal Vegetables", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salmon-meal-with-copy-space_23-2148517003.jpg?_wi=2", imageAlt: "Pan-seared Atlantic salmon"
|
||||
}
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
|
||||
Reference in New Issue
Block a user