diff --git a/src/app/page.tsx b/src/app/page.tsx index f0f14e5..e487cde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Luxury apartment in Dubai"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=1", imageAlt: "Luxury apartment in Dubai"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Penthouse with Dubai skyline view"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=2", imageAlt: "Penthouse with Dubai skyline view"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Waterfront villa in Dubai"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", imageAlt: "Waterfront villa in Dubai"}, { imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg", imageAlt: "Modern luxury apartment interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Luxury resort-style property"}, + imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Luxury resort-style property"}, ]} mediaAnimation="blur-reveal" /> @@ -105,13 +105,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Downtown Dubai", name: "Luxury Penthouse with Burj Khalifa View", price: "AED 8,500,000", rating: 5, - reviewCount: "12 inquiries", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Downtown Dubai penthouse"}, + reviewCount: "12 inquiries", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=3", imageAlt: "Downtown Dubai penthouse"}, { id: "2", brand: "Emirates Hills", name: "Modern Villa with Private Pool", price: "AED 12,000,000", rating: 5, - reviewCount: "8 inquiries", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", imageAlt: "Emirates Hills villa"}, + reviewCount: "8 inquiries", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=3", imageAlt: "Emirates Hills villa"}, { id: "3", brand: "Palm Jumeirah", name: "Waterfront Mansion with Beach Access", price: "AED 15,500,000", rating: 5, - reviewCount: "15 inquiries", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", imageAlt: "Palm Jumeirah waterfront property"}, + reviewCount: "15 inquiries", imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=4", imageAlt: "Palm Jumeirah waterfront property"}, ]} /> @@ -170,11 +170,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Found My Dream Penthouse", quote: "RE/MAX Ultima's team understood exactly what I was looking for in a Dubai property. Their market expertise and professional approach made the entire process seamless and enjoyable.", name: "Sarah Mitchell", role: "International Property Buyer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", title: "Found My Dream Penthouse", quote: "RE/MAX Ultima's team understood exactly what I was looking for in a Dubai property. Their market expertise and professional approach made the entire process seamless and enjoyable.", name: "Sarah Mitchell", role: "International Property Buyer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", title: "Excellent Investment Guidance", quote: "Working with their agents provided invaluable insights into Dubai's investment market. I secured an exceptional property with strong appreciation potential.", name: "Michael Chen", role: "Real Estate Investor", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Michael Chen"}, { - id: "3", title: "Professional and Trustworthy", quote: "Their commitment to transparency and client satisfaction is evident in every interaction. I highly recommend RE/MAX Ultima for luxury property searches in Dubai.", name: "Emily Rodriguez", role: "Expatriate Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Professional and Trustworthy", quote: "Their commitment to transparency and client satisfaction is evident in every interaction. I highly recommend RE/MAX Ultima for luxury property searches in Dubai.", name: "Emily Rodriguez", role: "Expatriate Executive", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez"}, { id: "4", title: "Exceptional Service Throughout", quote: "From initial consultation to closing, RE/MAX Ultima provided concierge-level service. Their attention to detail and market knowledge is unparalleled.", name: "David Kim", role: "Corporate Relocation Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "David Kim"}, ]}