Update src/app/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg?_wi=1",
|
||||
imageAlt: "Restaurant Ambience",
|
||||
},
|
||||
]}
|
||||
@@ -81,28 +81,28 @@ export default function LandingPage() {
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "Best tapas in Bristol by far! Authentic, friendly and delicious.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@mark_d",
|
||||
testimonial: "Perfect date night spot. The steak was cooked to perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena P.",
|
||||
handle: "@elena_p",
|
||||
testimonial: "Authentic Spanish roots shine through in every dish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-cocktail_23-2150166153.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "James L.",
|
||||
handle: "@james_l",
|
||||
testimonial: "Fantastic atmosphere and service. Will be back again!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-woman-dinner-table-with-wine_23-2148610952.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
@@ -124,7 +124,7 @@ export default function LandingPage() {
|
||||
price: "£8.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-shrimp-lemons_23-2149410732.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tasty-shrimp-lemons_23-2149410732.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
@@ -133,7 +133,7 @@ export default function LandingPage() {
|
||||
price: "£14.00",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marinated-beef-served-with-tomato-slices-onion-coriander_140725-2551.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marinated-beef-served-with-tomato-slices-onion-coriander_140725-2551.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
|
||||
Reference in New Issue
Block a user