diff --git a/src/app/page.tsx b/src/app/page.tsx index 01753a6..fc581e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,15 +62,15 @@ export default function LandingPage() { description="Excellence in construction and architectural design. Crafting high-end residential and commercial landmarks with precision and integrity." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124276.jpg?_wi=1", imageAlt: "Luxury villa exterior in Islamabad", }, { - imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg?_wi=1", imageAlt: "Modern luxury high-rise construction progress", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg?_wi=1", imageAlt: "High-end residential interior design", }, { @@ -219,7 +219,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124276.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site_23-2149124276.jpg?_wi=2", imageAlt: "luxury mansion islamabad", }, { @@ -239,7 +239,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/image-engineering-objects-workplace-top-view-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus_1418-470.jpg?_wi=2", imageAlt: "luxury mansion islamabad", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-unfurnished-brand-new-apartment_181624-45321.jpg?_wi=2", imageAlt: "luxury mansion islamabad", }, ]}