diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 490a770..a423809 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -85,37 +85,37 @@ export default function ContactPage() { background={{ variant: "radial-gradient" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821290.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821290.jpg?_wi=3", imageAlt: "Modern luxury home with landscaping", }, { - imageSrc: "http://img.b2bpic.net/free-photo/amazing-ocean-view-from_72229-1421.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-ocean-view-from_72229-1421.jpg?_wi=2", imageAlt: "Elegant villa with pool", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tall-building-with-glass-walls_250224-218.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tall-building-with-glass-walls_250224-218.jpg?_wi=2", imageAlt: "Contemporary penthouse", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-woman-flying-summer-dress-luxury-hotel-villa-restaurant-vacation_343596-3613.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pretty-caucasian-woman-flying-summer-dress-luxury-hotel-villa-restaurant-vacation_343596-3613.jpg?_wi=3", imageAlt: "Beachfront luxury property", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/sofa_1203-2906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sofa_1203-2906.jpg?_wi=2", imageAlt: "Modern living room interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cups-tray_23-2148892817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-cups-tray_23-2148892817.jpg?_wi=2", imageAlt: "Luxury kitchen design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135753.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135753.jpg?_wi=2", imageAlt: "Master bedroom suite", }, { - imageSrc: "http://img.b2bpic.net/free-photo/modern-tiled-bathroom-interior-bright-colors_181624-60095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-tiled-bathroom-interior-bright-colors_181624-60095.jpg?_wi=2", imageAlt: "Spa bathroom", }, ]}