Update src/app/buy/page.tsx

This commit is contained in:
2026-03-05 05:18:53 +00:00
parent 466e2ca71e
commit bc7ae6a38a

View File

@@ -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",
},
]}