diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ad01358..6489aa1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -41,7 +41,7 @@ export default function AboutPage() { description="Luxe Villas Dubai" subdescription="Premier Real Estate Developer" icon={Building2} - imageSrc="http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-leaders-consulting-expert_74855-2095.jpg?_wi=2" mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -57,7 +57,7 @@ export default function AboutPage() { id: 1, title: "Prime Location Selection", description: "Properties in Dubai's most prestigious neighborhoods with high appreciation potential", - imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-city_417767-50.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-city_417767-50.jpg?_wi=2", }, { id: 2, @@ -79,7 +79,7 @@ export default function AboutPage() {
@@ -62,28 +62,28 @@ export default function HomePage() { id: "1", name: "Modern Waterfront Villa", price: "AED 8.5M", - imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg?_wi=1", imageAlt: "Modern waterfront villa", }, { id: "2", name: "Contemporary Desert Oasis", price: "AED 6.2M", - imageSrc: "http://img.b2bpic.net/free-photo/nomadic-architecture-desert_181624-26737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/nomadic-architecture-desert_181624-26737.jpg?_wi=1", imageAlt: "Contemporary desert villa", }, { id: "3", name: "Palm Jumeirah Masterpiece", price: "AED 12.8M", - imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beach-chair-hotel_1150-17975.jpg?_wi=2", imageAlt: "Palm Jumeirah villa", }, { id: "4", name: "Emirates Living Luxury", price: "AED 5.9M", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920931.jpg?_wi=1", imageAlt: "Emirates living villa", }, ]} @@ -200,7 +200,7 @@ export default function HomePage() {