Update src/app/page.tsx

This commit is contained in:
2026-04-24 21:18:10 +00:00
parent 85b6e050c3
commit 5e0640bf1e

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
handle: "@sarahj",
testimonial: "Best pizza in Stratford! Truly authentic flavor.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg?_wi=1",
imageAlt: "authentic italian pizza restaurant interior",
},
{
@@ -78,7 +78,7 @@ export default function LandingPage() {
handle: "@miker",
testimonial: "Amazing service and incredible pasta selection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg?_wi=1",
imageAlt: "authentic italian pizza restaurant interior",
},
{
@@ -116,7 +116,7 @@ export default function LandingPage() {
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg"
imageSrc="http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{
@@ -185,7 +185,7 @@ export default function LandingPage() {
description: "Authentic taste in every bite.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -228,7 +228,7 @@ export default function LandingPage() {
id: "p1",
name: "Margherita",
price: "£12.50",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg?_wi=1",
},
{
id: "p2",
@@ -240,7 +240,7 @@ export default function LandingPage() {
id: "p3",
name: "Vegetariana",
price: "£13.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg?_wi=1",
},
{
id: "p4",
@@ -278,7 +278,7 @@ export default function LandingPage() {
title: "Wonderful",
quote: "Delicious pizza and great staff.",
avatarSrc: "http://img.b2bpic.net/free-photo/photo-mixed-race-young-family-couple-have-tasty-dish_273609-44915.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/whole-slice-olive-pizza-wooden-board_114579-1143.jpg?_wi=3",
imageAlt: "happy diner portrait smiling restaurant",
},
{
@@ -288,7 +288,7 @@ export default function LandingPage() {
title: "Excellent",
quote: "The wood-fired taste is unmistakable.",
avatarSrc: "http://img.b2bpic.net/free-photo/glamour-african-american-woman-eating-pizza-drink-lemonade-restaurant_627829-5425.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232181.jpg?_wi=3",
imageAlt: "happy diner portrait smiling restaurant",
},
{
@@ -308,7 +308,7 @@ export default function LandingPage() {
title: "Amazing",
quote: "Best pizza I've had in a long time.",
avatarSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-delighted-happy-dark-skinned-young-female-wears-red-blouse-listens-audio-song-headphones_273609-3479.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg?_wi=2",
imageAlt: "happy diner portrait smiling restaurant",
},
{
@@ -318,7 +318,7 @@ export default function LandingPage() {
title: "Fantastic",
quote: "Can't wait to come back next week!",
avatarSrc: "http://img.b2bpic.net/free-photo/food-ingredients-spices-delicious-italian-pizza-black-concrete-background_23-2148076115.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-frame-with-copy-space_23-2148574220.jpg?_wi=2",
imageAlt: "happy diner portrait smiling restaurant",
},
]}