diff --git a/src/app/page.tsx b/src/app/page.tsx index b11f2df..1867f70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", imageAlt: "Display case"}, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg?_wi=1", imageAlt: "Display case"}, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-composition_23-2147788583.jpg", imageAlt: "Bakery interior"}, { @@ -81,11 +81,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", 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"}, + id: "1", 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?_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"}, + 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?_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"}, + 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?_wi=1"}, { id: "4", name: "Mooncake", price: "$4.50", variant: "Traditional flavors", imageSrc: "http://img.b2bpic.net/free-photo/mid-autumn-moon-cake_1387-106.jpg"}, ]} @@ -106,16 +106,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/shanghai-old-building_649448-3925.jpg", imageAlt: "bakery display case full of pastries"}, { id: "2", name: "Michael C.", role: "Foodie", company: "Reviewer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", imageAlt: "bakery display case full of pastries"}, + 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"}, { id: "3", name: "Emily R.", 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", imageAlt: "bakery display case full of pastries"}, + 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"}, { id: "4", name: "David K.", 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", imageAlt: "bakery display case full of pastries"}, + 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"}, { id: "5", name: "Jessica L.", role: "Regular", company: "Student", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-freshly-baked-buns-bakery-closeup_169016-25531.jpg", imageAlt: "bakery display case full of pastries"}, + 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"}, ]} title="Cult Favorite" description="What our community says about us."