diff --git a/src/app/page.tsx b/src/app/page.tsx index d00a60d..99a006e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@alicem", testimonial: "The best croissants in town!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=1", imageAlt: "fresh baked bread pastry morning", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@bobk", testimonial: "Absolutely love their sourdough bread.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=1", imageAlt: "fresh baked bread pastry morning", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@charlied", testimonial: "Perfect cakes for every occasion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg?_wi=1", imageAlt: "fresh baked bread pastry morning", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@dianas", testimonial: "Warm and inviting service every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/set-croissants_23-2149395340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-croissants_23-2149395340.jpg?_wi=1", imageAlt: "fresh baked bread pastry morning", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@ethanp", testimonial: "The pastries are always so fresh!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-biscuits-light-dark-background_140725-131767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-biscuits-light-dark-background_140725-131767.jpg?_wi=1", imageAlt: "fresh baked bread pastry morning", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", @@ -145,7 +145,7 @@ export default function LandingPage() { title: "Natural Ingredients", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=2" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -163,21 +163,21 @@ export default function LandingPage() { name: "Classic Cake", price: "$25", variant: "Cakes", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg?_wi=2", }, { id: "p2", name: "Butter Croissant", price: "$4", variant: "Pastries", - imageSrc: "http://img.b2bpic.net/free-photo/set-croissants_23-2149395340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-croissants_23-2149395340.jpg?_wi=2", }, { id: "p3", name: "Choco Cookies", price: "$3", variant: "Cookies", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-biscuits-light-dark-background_140725-131767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-biscuits-light-dark-background_140725-131767.jpg?_wi=2", }, { id: "p4", @@ -254,7 +254,7 @@ export default function LandingPage() { quote: "The best bakery in the neighborhood.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/curly-girl-with-beatiful-smile-keeping-cup-coffee-looking-camera_7502-9179.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-blue-hat-sits-windowsill-cafe_8353-194.jpg?_wi=3", imageAlt: "happy customer eating pastry", }, { @@ -265,7 +265,7 @@ export default function LandingPage() { quote: "Love their sourdough bread and coffee.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/man-baker-with-fresh-bread-baker-house_1303-32279.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=3", imageAlt: "happy customer eating pastry", }, { @@ -276,7 +276,7 @@ export default function LandingPage() { quote: "Their croissants are always flaky and fresh.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-opened-mouth-holds-plate-with-piece-delicious-cake-hands-brown-haired-lady-with-red-manicure_176532-9797.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-cake-glass-arrangement_23-2149030731.jpg?_wi=3", imageAlt: "happy customer eating pastry", }, { @@ -287,7 +287,7 @@ export default function LandingPage() { quote: "Great service and even better treats.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273239.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/set-croissants_23-2149395340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-croissants_23-2149395340.jpg?_wi=3", imageAlt: "happy customer eating pastry", }, { @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "My favorite weekend spot for cookies.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-cooking-breakfast_23-2147767392.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-biscuits-light-dark-background_140725-131767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweet-biscuits-light-dark-background_140725-131767.jpg?_wi=3", imageAlt: "happy customer eating pastry", }, ]}