diff --git a/src/app/page.tsx b/src/app/page.tsx index e47799d..d3df6a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=1", imageAlt: "Minimalist geometric abstraction", }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=1", imageAlt: "Dark architectural textures", }, { - imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg?_wi=1", imageAlt: "Luxurious dark fabric", }, { @@ -100,19 +100,19 @@ export default function LandingPage() { { title: "Absolute Privacy", description: "Security protocols designed to keep your digital footprint entirely secure.", - imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-bird-paradise-leaf-background-design-resource_53876-102383.jpg?_wi=2", imageAlt: "Privacy concept", }, { title: "Performance First", description: "Engineered for speed, stability, and seamless interaction at every level.", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283265.jpg?_wi=2", imageAlt: "Performance concept", }, { title: "Bespoke Curation", description: "Custom environments tailored specifically to the unique needs of your brand.", - imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/black-background-with-leaves-vegetation-texture_23-2149872517.jpg?_wi=2", imageAlt: "Curation concept", }, ]}