diff --git a/src/app/page.tsx b/src/app/page.tsx index 2cfe659..228bb5d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@mark_foodie", testimonial: "The best pancakes in town. Feels just like home!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg?_wi=1", imageAlt: "cozy american diner interior", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@lisa_b", testimonial: "Consistently delicious and great service. Joe's is my go-to.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg?_wi=1", imageAlt: "cozy american diner interior", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@johnd", testimonial: "Nothing beats their classic burger. Pure comfort food.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-cheese-sauce-fillet_140725-6142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-cheese-sauce-fillet_140725-6142.jpg?_wi=1", imageAlt: "cozy american diner interior", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@sarah_p", testimonial: "I love the retro vibe, it feels so authentic.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-29155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-29155.jpg?_wi=1", imageAlt: "cozy american diner interior", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@m_t", testimonial: "Friendly staff and quick service every morning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-vegetables_23-2148494043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-vegetables_23-2148494043.jpg?_wi=1", imageAlt: "cozy american diner interior", }, ]} @@ -115,7 +115,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg?_wi=2" imageAlt="Joe's Diner interior view" mediaAnimation="slide-up" avatars={[ @@ -173,7 +173,7 @@ export default function LandingPage() { description="Joe's Diner was founded on the belief that simple, fresh ingredients make the best meals. We treat every customer like family." subdescription="From scratch recipes that have been passed down through generations, we take pride in every plate we serve." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg" + imageSrc="http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -189,19 +189,19 @@ export default function LandingPage() { id: "m1", name: "Classic Breakfast", price: "$12.99", - imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-cheese-sauce-fillet_140725-6142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-cheese-sauce-fillet_140725-6142.jpg?_wi=2", }, { id: "m2", name: "Joe's Special Burger", price: "$15.50", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-29155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-delicious-hamburger-with-french-fries-table_181624-29155.jpg?_wi=2", }, { id: "m3", name: "Garden Fresh Salad", price: "$10.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-vegetables_23-2148494043.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-vegetables_23-2148494043.jpg?_wi=2", }, { id: "m4", @@ -245,7 +245,7 @@ export default function LandingPage() { description: "Perfect atmosphere for all ages and occasions.", bentoComponent: "reveal-icon", icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dining-room-background-zoom-calls_52683-95236.jpg?_wi=3", imageAlt: "fresh organic vegetables ingredients", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { description: "A staple in the neighborhood for over 30 years.", bentoComponent: "reveal-icon", icon: Award, - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865362.jpg?_wi=3", imageAlt: "fresh organic vegetables ingredients", }, ]}