Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -54,9 +54,9 @@ 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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,7 +84,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"},
|
||||
{
|
||||
@@ -104,7 +104,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