diff --git a/src/app/page.tsx b/src/app/page.tsx index 630a585..e8c7650 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,15 +73,15 @@ export default function LandingPage() { description="Browse large product spreadsheets effortlessly with a sleek, modern interface. Discover items with rich visuals and direct links, updating automatically." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg?_wi=1", imageAlt: "Modern data dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinets-with-copper-hardware-minimalist-furniture-design-home_169016-72747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinets-with-copper-hardware-minimalist-furniture-design-home_169016-72747.jpg?_wi=1", imageAlt: "Product grid UI", }, { - imageSrc: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg?_wi=1", imageAlt: "Search and filter interface", }, { @@ -149,7 +149,7 @@ export default function LandingPage() { imageAlt: "Product card closeup", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg?_wi=2", imageAlt: "real time data sync icon", }, { @@ -166,7 +166,7 @@ export default function LandingPage() { imageAlt: "Instant tab opening animation", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinets-with-copper-hardware-minimalist-furniture-design-home_169016-72747.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-kitchen-cabinets-with-copper-hardware-minimalist-furniture-design-home_169016-72747.jpg?_wi=2", imageAlt: "real time data sync icon", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { imageAlt: "Interactive filter panel", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/small-business-analysis-pie-chart-concept_53876-132158.jpg?_wi=2", imageAlt: "real time data sync icon", }, ]}