diff --git a/src/app/page.tsx b/src/app/page.tsx index 6285e38..b9646da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,11 +62,11 @@ export default function LandingPage() { description="Where the stone oven meets the traditional teapot. Experience the perfect blend of rustic flavors." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg?_wi=1", imageAlt: "Wood fired artisan pizza", }, { - imageSrc: "http://img.b2bpic.net/free-photo/teapot-blurred-background-dark-with-garlands_169016-17021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teapot-blurred-background-dark-with-garlands_169016-17021.jpg?_wi=1", imageAlt: "Traditional spiced tea", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { title: "Star Ratings Avg.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg?_wi=1" imageAlt="Authentic wood oven process" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -127,14 +127,14 @@ export default function LandingPage() { name: "Margherita Stone", price: "$12", variant: "Classic Italian", - imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-with-chicken-salami-zucchini-tomatoes-herbs_2829-10836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-with-chicken-salami-zucchini-tomatoes-herbs_2829-10836.jpg?_wi=1", }, { id: "p2", name: "Pepp-Fire Crust", price: "$15", variant: "Spiced Meat", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-slice-tomato-bar-spice-corn-bulk-cheese-dark-wooden-picnic-cloth-background-close-up_176474-4611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-slice-tomato-bar-spice-corn-bulk-cheese-dark-wooden-picnic-cloth-background-close-up_176474-4611.jpg?_wi=1", }, { id: "p3", @@ -256,7 +256,7 @@ export default function LandingPage() { quote: "The best pizza in the city, hands down. The chai completes it perfectly.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-friends-eating-pizza-outdoors_23-2149872432.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-with-vegetables_23-2148574236.jpg?_wi=2", imageAlt: "happy customer eating pizza", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { quote: "Atmosphere is unmatched. Perfect for working and hanging out.", tag: "Coffee Addict", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-casual-wear-posing-indoor-cafe_627829-1217.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/teapot-blurred-background-dark-with-garlands_169016-17021.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teapot-blurred-background-dark-with-garlands_169016-17021.jpg?_wi=2", imageAlt: "happy customer eating pizza", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { quote: "The stone-fired crust makes all the difference. Authentic.", tag: "Pizza Fan", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-watching-tv_23-2149266794.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-sliced-bread-with-brown-sugar-cubes_23-2148695488.jpg?_wi=2", imageAlt: "happy customer eating pizza", }, { @@ -289,7 +289,7 @@ export default function LandingPage() { quote: "Found this gem while passing through. Incredible hospitality.", tag: "Tourist", avatarSrc: "http://img.b2bpic.net/free-photo/carefree-happy-young-african-american-man-with-funky-hairstyle-showing-ok-sign_273609-14095.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-with-chicken-salami-zucchini-tomatoes-herbs_2829-10836.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/italian-pizza-with-chicken-salami-zucchini-tomatoes-herbs_2829-10836.jpg?_wi=2", imageAlt: "happy customer eating pizza", }, { @@ -300,7 +300,7 @@ export default function LandingPage() { quote: "Consistent quality every single time I visit.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/happy-family-havinf-dinner-together_23-2149117517.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-slice-tomato-bar-spice-corn-bulk-cheese-dark-wooden-picnic-cloth-background-close-up_176474-4611.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-slice-tomato-bar-spice-corn-bulk-cheese-dark-wooden-picnic-cloth-background-close-up_176474-4611.jpg?_wi=2", imageAlt: "happy customer eating pizza", }, ]}