diff --git a/src/app/page.tsx b/src/app/page.tsx index 7225e36..3a0a781 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg?_wi=1", imageAlt: "Display case", }, { @@ -114,21 +114,21 @@ export default function LandingPage() { name: "Portuguese Egg Tart", price: "$2.50", variant: "Flaky, buttery perfection", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17051.jpg?_wi=1", }, { id: "2", name: "BBQ Pork Bun", price: "$2.00", variant: "Savory and soft", - imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-wooden-cutting-board_1150-35404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-wooden-cutting-board_1150-35404.jpg?_wi=1", }, { id: "3", name: "Pork Floss Bun", price: "$2.50", variant: "A neighborhood favorite", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-buns-bakery-closeup_169016-25531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-buns-bakery-closeup_169016-25531.jpg?_wi=1", }, { id: "4", @@ -164,7 +164,7 @@ export default function LandingPage() { role: "Foodie", company: "Reviewer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg?_wi=2", imageAlt: "bakery display case full of pastries", }, { @@ -173,7 +173,7 @@ export default function LandingPage() { role: "Neighbor", company: "Boston Resident", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17051.jpg?_wi=2", imageAlt: "bakery display case full of pastries", }, { @@ -182,7 +182,7 @@ export default function LandingPage() { role: "Visitor", company: "Food Critic", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-wooden-cutting-board_1150-35404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-wooden-cutting-board_1150-35404.jpg?_wi=2", imageAlt: "bakery display case full of pastries", }, { @@ -191,7 +191,7 @@ export default function LandingPage() { role: "Regular", company: "Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-buns-bakery-closeup_169016-25531.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-buns-bakery-closeup_169016-25531.jpg?_wi=2", imageAlt: "bakery display case full of pastries", }, ]} @@ -240,7 +240,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cake-with-walnuts-prunes-dried-apricots-dark-wood-background_505751-5234.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg?_wi=3", imageAlt: "bakery boxes chinatown street", }, { @@ -252,7 +252,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-baker-holding-fresh-bread-paper-bag_1303-32307.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-cake-delicious-yummy-choco-cake-sliced-inside-blue-plate-grey-background-sugar-tea-biscuit-bake_140725-17051.jpg?_wi=3", imageAlt: "bakery boxes chinatown street", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-different-goodies-local-producer_23-2149110831.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-wooden-cutting-board_1150-35404.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/baked-red-bean-paste-buns-wooden-cutting-board_1150-35404.jpg?_wi=3", imageAlt: "bakery boxes chinatown street", }, ]}