diff --git a/src/app/page.tsx b/src/app/page.tsx index af6af1f..1b63c3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@sarahbaked", testimonial: "The best sourdough I've ever had, perfectly crusty!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg?_wi=1", imageAlt: "freshly baked sourdough bread arrangement", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@emmascrumbs", testimonial: "My morning ritual is incomplete without their croissants.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121717.jpg?_wi=1", imageAlt: "freshly baked croissant buttery", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@chanbites", testimonial: "Incredible quality and friendly service. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37322.jpg?_wi=1", imageAlt: "artisan sourdough loaf crusty", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@lilacake", testimonial: "Truly authentic ingredients in every single loaf.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-baguette-plaid-cloth-wooden-table_141793-11912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-baguette-plaid-cloth-wooden-table_141793-11912.jpg?_wi=1", imageAlt: "french baguette fresh bread", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-products-arrangement-bakery_23-2150273142.jpg?_wi=2" imageAlt="Artisan bread display" avatars={[ { @@ -166,19 +166,19 @@ export default function LandingPage() { id: "p1", name: "Buttery Croissant", price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121717.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121717.jpg?_wi=2", }, { id: "p2", name: "Rustic Sourdough", price: "$8.00", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37322.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-irish-soda-bread-with-raisins-freshly-baked_123827-37322.jpg?_wi=2", }, { id: "p3", name: "French Baguette", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-baguette-plaid-cloth-wooden-table_141793-11912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-baguette-plaid-cloth-wooden-table_141793-11912.jpg?_wi=2", }, { id: "p4",