From e3033169af1f6b1b8133764853899bd34955ed4f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 03:09:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 009499a..cc852e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@foodie", testimonial: "Consistently good pizza, the crust is perfection!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309406.jpg?_wi=1", imageAlt: "vibrant pizza restaurant interior", }, { @@ -73,7 +73,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Best atmosphere for family nights in Woodstock.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-family-eating-pizza-outdoors_23-2149931033.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-family-eating-pizza-outdoors_23-2149931033.jpg?_wi=1", imageAlt: "vibrant pizza restaurant interior", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@pizzafan", testimonial: "Holy Shiitake is my favorite pizza ever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22901.jpg?_wi=1", imageAlt: "vibrant pizza restaurant interior", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@dad", testimonial: "Friendly staff and fast service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg?_wi=1", imageAlt: "vibrant pizza restaurant interior", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@traveler", testimonial: "Unique vibe, definitely not a boring chain.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg?_wi=1", imageAlt: "vibrant pizza restaurant interior", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309406.jpg" + imageSrc="http://img.b2bpic.net/free-photo/friends-party-with-delicious-pizza_23-2151309406.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/delicious-pizza-party_23-2151309471.jpg", @@ -157,7 +157,7 @@ export default function LandingPage() { title: "Good Vibes", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-family-eating-pizza-outdoors_23-2149931033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-family-eating-pizza-outdoors_23-2149931033.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="blur-reveal" /> @@ -174,19 +174,19 @@ export default function LandingPage() { id: "1", name: "Holy Shiitake Pie", price: "Specialty", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22901.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-mushroom-pizza-with-tomatoes-olives-mushrooms-all-sliced-inside-with-flour-grey-desk-green-tissue-pizza-dough-italian-food_140725-22901.jpg?_wi=2", }, { id: "2", name: "Great White Pizza", price: "Specialty", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-closeup-shot-pizza-with-vegetables-wooden-table_181624-44917.jpg?_wi=2", }, { id: "3", name: "Classic Pepperoni", price: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-eggs-sausages-cooked-tasty-salted-peppered-inside-white-plate_140725-14850.jpg?_wi=2", }, { id: "4", -- 2.49.1