Update src/app/page.tsx
This commit is contained in:
@@ -77,11 +77,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg?_wi=1",
|
||||
imageAlt: "Delicious food platter",
|
||||
},
|
||||
{
|
||||
@@ -125,31 +125,31 @@ export default function LandingPage() {
|
||||
title: "Afghani Chaap",
|
||||
description: "Tender, marinated soya chaap grilled to perfection.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-onion-rings_140725-57053.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-onion-rings_140725-57053.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510885.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2",
|
||||
imageAlt: "afghani chaap closeup",
|
||||
},
|
||||
{
|
||||
title: "Double Cheese Pizza",
|
||||
description: "Classic comfort food loaded with double the cheese.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-homemade-vegan-pizza-stained-white-surface-with-free-space_179666-42427.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-homemade-vegan-pizza-stained-white-surface-with-free-space_179666-42427.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pizza-topped-with-tomato_141793-1239.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg?_wi=2",
|
||||
imageAlt: "afghani chaap closeup",
|
||||
},
|
||||
{
|
||||
title: "Chilli Potato",
|
||||
description: "Crispy potatoes tossed in a spicy, flavorful sauce.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076087.jpg?_wi=1",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-corn-dogs-assortment_23-2149455135.jpg",
|
||||
@@ -248,7 +248,7 @@ export default function LandingPage() {
|
||||
button: {
|
||||
text: "Reserve Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=3",
|
||||
imageAlt: "Boiled coffee in cups and sweets",
|
||||
},
|
||||
]}
|
||||
@@ -270,7 +270,7 @@ export default function LandingPage() {
|
||||
quote: "Everything was well organized, prices reasonable, staff very cooperative.",
|
||||
tag: "Celebration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-smiling-beautiful-woman-retro-vintage-50s-cafe-drinking-milk-shake-cocktail-pink-tshirt-silver-jacket-wearing-pink-sunglasses-having-fun-cheerful-mood_285396-10714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=4",
|
||||
imageAlt: "happy diner customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -281,7 +281,7 @@ export default function LandingPage() {
|
||||
quote: "Always my first option for dining or celebrations. Commendable ambiance.",
|
||||
tag: "Ambience",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/spotlight-portrait-golden-hour_23-2151915125.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-thali-with-naan-rice_23-2152002820.jpg?_wi=3",
|
||||
imageAlt: "happy diner customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -292,7 +292,7 @@ export default function LandingPage() {
|
||||
quote: "Food is stunning, ambiance is awesome. Love this place!",
|
||||
tag: "Food Quality",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-correcting-grammar-mistakes_23-2150171372.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-onion-rings_140725-57053.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-meat-cutlets-with-onion-rings_140725-57053.jpg?_wi=2",
|
||||
imageAlt: "happy diner customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -303,7 +303,7 @@ export default function LandingPage() {
|
||||
quote: "Every worker is very efficient and helpful.",
|
||||
tag: "Service",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-homemade-vegan-pizza-stained-white-surface-with-free-space_179666-42427.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-homemade-vegan-pizza-stained-white-surface-with-free-space_179666-42427.jpg?_wi=2",
|
||||
imageAlt: "happy diner customer portrait",
|
||||
},
|
||||
{
|
||||
@@ -314,7 +314,7 @@ export default function LandingPage() {
|
||||
quote: "Very tasty food and lovely staff, perfect environment.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2150279928.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076087.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meal-with-sambal-assortment_23-2149076087.jpg?_wi=2",
|
||||
imageAlt: "happy diner customer portrait",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user