diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d9dd65..81c96ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,17 +66,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=1", imageAlt: "Sunset villa", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176289.jpg?_wi=1", imageAlt: "City skyline view", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160110.jpg?_wi=1", imageAlt: "Minimalist bedroom", }, { @@ -110,13 +110,13 @@ export default function LandingPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912551.jpg?_wi=2", imageAlt: "luxury modern house sunset exterior", }, { @@ -125,13 +125,13 @@ export default function LandingPage() { icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pollution-concept-with-town-full-smoke_23-2149094924.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176289.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-interior-anime-style_23-2151176289.jpg?_wi=2", imageAlt: "luxury apartment living room city view", }, { @@ -140,13 +140,13 @@ export default function LandingPage() { icon: CheckCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-man-using-drawing-tablet_23-2147717361.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blend-minimal-nordic-interior-design-with-japanese-wabi-sabi-style_23-2151160110.jpg?_wi=2", imageAlt: "minimalist modern bedroom interior", }, ]}