diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bf6dde..a0d1edb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/metal-structure-with-sky-background_1127-2073.jpg", imageAlt: "Modern construction site"}, { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Completed modern office building"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=1", imageAlt: "Completed modern office building"}, { - imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg", imageAlt: "Residential complex project"}, + imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg?_wi=1", imageAlt: "Residential complex project"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -98,10 +98,10 @@ export default function LandingPage() { products={[ { id: "1", brand: "ARA Constructions", name: "Modern Office Complex", price: "Completed", rating: 5, - reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg", imageAlt: "Modern office complex"}, + reviewCount: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/businessman-walking-with-colleague-outside-office-building_107420-74360.jpg?_wi=2", imageAlt: "Modern office complex"}, { id: "2", brand: "ARA Constructions", name: "Residential Complex", price: "Completed", rating: 5, - reviewCount: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg", imageAlt: "Residential complex"}, + reviewCount: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-dome-luxury-royal-hotel-bodrum-turkey_627829-7208.jpg?_wi=2", imageAlt: "Residential complex"}, { id: "3", brand: "ARA Constructions", name: "Retail Shopping Center", price: "Completed", rating: 5, reviewCount: "Commerce", imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1566.jpg", imageAlt: "Retail shopping center"}, @@ -152,9 +152,9 @@ export default function LandingPage() { { id: "2", name: "Sarah Williams", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", imageAlt: "Sarah Williams"}, { - id: "3", name: "Michael Johnson", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg", imageAlt: "Michael Johnson"}, + id: "3", name: "Michael Johnson", role: "Project Manager", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg?_wi=1", imageAlt: "Michael Johnson"}, { - id: "4", name: "Emma Davis", role: "Senior Engineer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg", imageAlt: "Emma Davis"}, + id: "4", name: "Emma Davis", role: "Senior Engineer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-engineer-hard-hat-building_1303-21147.jpg?_wi=2", imageAlt: "Emma Davis"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"