diff --git a/src/app/page.tsx b/src/app/page.tsx index a4a5f7b..f7d1814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,27 +70,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/view-balloon-twist-sculpture_23-2151657366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-balloon-twist-sculpture_23-2151657366.jpg?_wi=1", imageAlt: "Funko pop scan", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-vector/blue-technological-background_1406-11.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blue-technological-background_1406-11.jpg?_wi=1", imageAlt: "AI scanning interface", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/older-man-playing-toy-claw-machine_23-2148328104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-man-playing-toy-claw-machine_23-2148328104.jpg?_wi=1", imageAlt: "Display case", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-food-toys_23-2149884401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-food-toys_23-2149884401.jpg?_wi=1", imageAlt: "Box corner inspection", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg?_wi=1", imageAlt: "Market data chart", }, { @@ -169,7 +169,7 @@ export default function LandingPage() { quote: "I caught a dent I didn't see before on a rare pop. Saved me hundreds!", name: "Alex R.", role: "Collector", - imageSrc: "http://img.b2bpic.net/free-photo/view-balloon-twist-sculpture_23-2151657366.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-balloon-twist-sculpture_23-2151657366.jpg?_wi=2", imageAlt: "funko pop collectible macro shot", }, { @@ -178,7 +178,7 @@ export default function LandingPage() { quote: "Finally, an accurate way to track my collection value.", name: "Sarah J.", role: "Pro Seller", - imageSrc: "http://img.b2bpic.net/free-vector/blue-technological-background_1406-11.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/blue-technological-background_1406-11.jpg?_wi=2", imageAlt: "ai technology interface overlay", }, { @@ -187,7 +187,7 @@ export default function LandingPage() { quote: "Uploading a video is much faster than manual inspection.", name: "Mark D.", role: "Hobbyist", - imageSrc: "http://img.b2bpic.net/free-photo/older-man-playing-toy-claw-machine_23-2148328104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/older-man-playing-toy-claw-machine_23-2148328104.jpg?_wi=2", imageAlt: "collection of toys in display case", }, { @@ -196,7 +196,7 @@ export default function LandingPage() { quote: "Verified my collection authenticity in minutes.", name: "Elena K.", role: "Collector", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-food-toys_23-2149884401.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-food-toys_23-2149884401.jpg?_wi=2", imageAlt: "funko pop box damage check", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "Following price movements has been addictive.", name: "Tom B.", role: "Investor", - imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/financial-broker-analyzing-stock-trade-market-computer-using-exchange-hedge-fund-statistics-create-investment-profit-entrepreneur-working-with-forex-real-time-sales-trend-handheld-shot_482257-40951.jpg?_wi=2", imageAlt: "financial data chart tablet", }, ]}