diff --git a/src/app/buy/page.tsx b/src/app/buy/page.tsx index ecc731d..e8417a2 100644 --- a/src/app/buy/page.tsx +++ b/src/app/buy/page.tsx @@ -55,27 +55,27 @@ export default function BuyPage() { ]} mediaItems={[ { - 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=2", imageAlt: "Luxury Dubai property exterior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=3", imageAlt: "Luxury waterfront property", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2", imageAlt: "Luxury resort-style villa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg?_wi=2", imageAlt: "Luxury waterfront sunset view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg?_wi=2", imageAlt: "Luxury high-rise property", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg?_wi=2", imageAlt: "Luxury rooftop view property", }, ]} @@ -95,7 +95,7 @@ export default function BuyPage() { name: "Burj Khalifa Penthouse", price: "AED 45,000,000", variant: "4BR Duplex | 520 sqm | Direct Views", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=2", imageAlt: "Burj Khalifa luxury penthouse", }, { @@ -103,7 +103,7 @@ export default function BuyPage() { name: "Palm Jumeirah Beachfront Villa", price: "AED 38,500,000", variant: "5BR Villa | 850 sqm | Private Beach", - imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=2", imageAlt: "Palm Jumeirah beachfront villa", }, { @@ -111,7 +111,7 @@ export default function BuyPage() { name: "Emirates Hills Contemporary", price: "AED 32,000,000", variant: "6BR Mansion | 1200 sqm | Golf View", - imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg?_wi=2", imageAlt: "Emirates Hills contemporary mansion", }, { @@ -119,7 +119,7 @@ export default function BuyPage() { name: "Downtown Dubai Luxury Suite", price: "AED 28,500,000", variant: "3BR Penthouse | 420 sqm | Fountain View", - imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg?_wi=3", imageAlt: "Downtown Dubai luxury penthouse", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3c572ee..706bd16 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -70,7 +70,7 @@ export default function ContactPage() { "The cinematic presentation and attention to detail elevated my property search to an entirely new level. Within weeks, I found my dream penthouse in Burj Khalifa.", name: "Alexander Sterling", role: "International Investor", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Alexander Sterling", }, { @@ -80,7 +80,7 @@ export default function ContactPage() { "The 360° virtual tours and market insights saved me months of research. The team's expertise in luxury transactions was invaluable.", name: "Victoria Marchetti", role: "CEO, Marchetti Group", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Victoria Marchetti", }, { @@ -90,7 +90,7 @@ export default function ContactPage() { "Outstanding ROI and portfolio performance. The platform's analytics and curator expertise transformed my Dubai real estate strategy.", name: "James Chen", role: "Portfolio Manager", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "James Chen", }, ]} diff --git a/src/app/journal/page.tsx b/src/app/journal/page.tsx index 918ac42..72244f8 100644 --- a/src/app/journal/page.tsx +++ b/src/app/journal/page.tsx @@ -77,7 +77,7 @@ export default function JournalPage() { title: "Dubai Real Estate: The Ultimate Wealth Preservation Strategy", excerpt: "Why discerning investors worldwide are allocating capital to premium Dubai properties.", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103567.jpg?_wi=3", imageAlt: "Investment portfolio strategy", authorName: "Priya Sharma", authorAvatar: "http://img.b2bpic.net/free-vector/flat-pack-female-avatars_23-2147676210.jpg", diff --git a/src/app/off-plan/page.tsx b/src/app/off-plan/page.tsx index cca1eb9..e839012 100644 --- a/src/app/off-plan/page.tsx +++ b/src/app/off-plan/page.tsx @@ -55,7 +55,7 @@ export default function OffPlanPage() { name: "Burj Crown Development", price: "From AED 2,500,000", variant: "Studio to 4BR | Ultra-Luxury Tower | 2026 Completion", - 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=3", imageAlt: "Burj Crown off-plan development", }, { @@ -63,7 +63,7 @@ export default function OffPlanPage() { name: "Palm Crescent Villas", price: "From AED 8,000,000", variant: "5-7BR Villas | Beachfront Location | 2027 Completion", - imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=4", imageAlt: "Palm Crescent off-plan villas", }, { @@ -71,7 +71,7 @@ export default function OffPlanPage() { name: "Emirates Reserve Estates", price: "From AED 6,500,000", variant: "6-8BR Mansions | Gated Community | 2025 Completion", - imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg?_wi=4", imageAlt: "Emirates Reserve off-plan estates", }, { @@ -79,7 +79,7 @@ export default function OffPlanPage() { name: "Downtown Icons Tower", price: "From AED 3,200,000", variant: "2-4BR Penthouses | Iconic Tower | 2026 Completion", - imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg?_wi=5", imageAlt: "Downtown Icons off-plan tower", }, ]} @@ -103,7 +103,7 @@ export default function OffPlanPage() { description: "Off-plan properties typically appreciate 15-25% by completion. Buy early at launch prices and benefit from significant growth potential as the development progresses.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103567.jpg?_wi=2", }, items: [ { icon: Zap, text: "Early pricing advantage" }, @@ -118,7 +118,7 @@ export default function OffPlanPage() { description: "Benefit from developer payment plans spread over construction period. Minimal down payment with interest-free installments until completion.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", }, items: [ { icon: Building, text: "Flexible schedules" }, @@ -133,7 +133,7 @@ export default function OffPlanPage() { description: "Select from premium finishes, layouts, and interior designs. Many off-plan projects offer customization opportunities unavailable in completed properties.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-virtual-reality-headset_23-2148513509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-virtual-reality-headset_23-2148513509.jpg?_wi=3", }, items: [ { icon: Building, text: "Design choices" }, diff --git a/src/app/page.tsx b/src/app/page.tsx index 72d15d6..16021d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,27 +77,27 @@ export default function HomePage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/river-modern-buildings-against-sky_1359-154.jpg?_wi=1", imageAlt: "Dubai luxury skyline at sunset", }, { - 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: "Burj Khalifa luxury residence view", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=1", imageAlt: "Dubai Marina luxury waterfront", }, { - imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pool-with-city-background_1203-692.jpg?_wi=2", imageAlt: "Downtown Dubai luxury penthouses", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1", imageAlt: "Palm Jumeirah exclusive villa", }, { - imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-sea-coast-mountains-sky-is-reflected-water_169016-9944.jpg?_wi=1", imageAlt: "Emirates Hills luxury estate", }, ]} @@ -117,7 +117,7 @@ export default function HomePage() { name: "Burj Khalifa Penthouse", price: "AED 45,000,000", variant: "4BR Duplex | 520 sqm | Direct Views", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=1", imageAlt: "Burj Khalifa luxury penthouse", }, { @@ -125,7 +125,7 @@ export default function HomePage() { name: "Palm Jumeirah Beachfront Villa", price: "AED 38,500,000", variant: "5BR Villa | 850 sqm | Private Beach", - imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=1", imageAlt: "Palm Jumeirah beachfront villa", }, { @@ -133,7 +133,7 @@ export default function HomePage() { name: "Emirates Hills Contemporary", price: "AED 32,000,000", variant: "6BR Mansion | 1200 sqm | Golf View", - imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg?_wi=1", imageAlt: "Emirates Hills contemporary mansion", }, { @@ -141,7 +141,7 @@ export default function HomePage() { name: "Downtown Dubai Luxury Suite", price: "AED 28,500,000", variant: "3BR Penthouse | 420 sqm | Fountain View", - imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg?_wi=1", imageAlt: "Downtown Dubai luxury penthouse", }, ]} @@ -163,7 +163,7 @@ export default function HomePage() { { value: "500+", title: "Premium Properties Listed" }, { value: "95%", title: "Client Satisfaction Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=1" imageAlt="Luxury interior design showcase" useInvertedBackground={false} mediaAnimation="slide-up" @@ -215,7 +215,7 @@ export default function HomePage() { description: "Experience properties through immersive 3D tours, cinematic videos, and augmented reality. Explore every detail from the comfort of your home.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-virtual-reality-headset_23-2148513509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-virtual-reality-headset_23-2148513509.jpg?_wi=1", }, items: [ { icon: Globe, text: "360° panoramic views" }, @@ -230,7 +230,7 @@ export default function HomePage() { description: "Connect with our luxury specialists for personalized guidance. From market analysis to investment strategy, we provide white-glove concierge service.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg?_wi=1", }, items: [ { icon: Users, text: "Dedicated specialists" }, @@ -261,7 +261,7 @@ export default function HomePage() { "The cinematic presentation and attention to detail elevated my property search to an entirely new level. Within weeks, I found my dream penthouse in Burj Khalifa.", name: "Alexander Sterling", role: "International Investor", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Alexander Sterling", }, { @@ -271,7 +271,7 @@ export default function HomePage() { "The 360° virtual tours and market insights saved me months of research. The team's expertise in luxury transactions was invaluable.", name: "Victoria Marchetti", role: "CEO, Marchetti Group", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Victoria Marchetti", }, { @@ -281,7 +281,7 @@ export default function HomePage() { "Outstanding ROI and portfolio performance. The platform's analytics and curator expertise transformed my Dubai real estate strategy.", name: "James Chen", role: "Portfolio Manager", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen", }, { diff --git a/src/app/rent/page.tsx b/src/app/rent/page.tsx index 25a8388..50e2f65 100644 --- a/src/app/rent/page.tsx +++ b/src/app/rent/page.tsx @@ -53,7 +53,7 @@ export default function RentPage() { { value: "200+", title: "Rental Properties" }, { value: "98%", title: "Tenant Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-resting-home-with-good-mood_651396-28.jpg?_wi=2" imageAlt: "Luxury rental property interior" useInvertedBackground={false} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function RentPage() { name: "Burj Khalifa Furnished Apartment", price: "AED 250,000/year", variant: "4BR Duplex | 520 sqm | Furnished", - imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920926.jpg?_wi=3", imageAlt: "Burj Khalifa rental apartment", }, { @@ -81,7 +81,7 @@ export default function RentPage() { name: "Palm Jumeirah Beach Villa", price: "AED 400,000/year", variant: "5BR Villa | 850 sqm | Private Beach", - imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/palm-trees-line-water_23-2148107102.jpg?_wi=3", imageAlt: "Palm Jumeirah rental villa", }, { @@ -89,7 +89,7 @@ export default function RentPage() { name: "Emirates Hills Mansion Rental", price: "AED 350,000/year", variant: "6BR Mansion | 1200 sqm | Golf View", - imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/place-relax-sunny-beach-black-sea-bulgaria-summer-vacation-travel-holiday_627829-9817.jpg?_wi=3", imageAlt: "Emirates Hills rental mansion", }, { @@ -97,7 +97,7 @@ export default function RentPage() { name: "Downtown Dubai Penthouse", price: "AED 180,000/year", variant: "3BR Penthouse | 420 sqm | Fountain View", - imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rooftop-pool-with-city-view_23-2151976543.jpg?_wi=4", imageAlt: "Downtown Dubai rental penthouse", }, ]} diff --git a/src/app/sell/page.tsx b/src/app/sell/page.tsx index d858cc6..8036c6d 100644 --- a/src/app/sell/page.tsx +++ b/src/app/sell/page.tsx @@ -53,7 +53,7 @@ export default function SellPage() { { value: "500+", title: "Properties Sold" }, { value: "15%", title: "Average Price Appreciation" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-couple-financial-advisor-going-through-plans-meeting_637285-11088.jpg?_wi=2" imageAlt="Property consultation and selling strategy" useInvertedBackground={false} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function SellPage() { description: "We conduct a comprehensive market analysis to determine the optimal listing price based on current market conditions, comparable properties, and unique features of your home.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103567.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103567.jpg?_wi=1", }, items: [ { icon: TrendingUp, text: "Market analysis" }, @@ -88,7 +88,7 @@ export default function SellPage() { description: "Your property is showcased through professional 3D tours, drone photography, cinematic videos, and targeted digital marketing to reach qualified international buyers.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-virtual-reality-headset_23-2148513509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-virtual-reality-headset_23-2148513509.jpg?_wi=2", }, items: [ { icon: Home, text: "Professional photography" }, @@ -103,7 +103,7 @@ export default function SellPage() { description: "Our legal and transaction specialists handle all paperwork, negotiations, and documentation to ensure a smooth, transparent closing process with no surprises.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", }, items: [ { icon: Home, text: "Legal support" },