Update src/app/properties/page.tsx

This commit is contained in:
2026-03-03 09:39:06 +00:00
parent 025c527e0d
commit 81bffb317c

View File

@@ -51,7 +51,7 @@ export default function PropertiesPage() {
name: "Modern Metropolitan Penthouse", name: "Modern Metropolitan Penthouse",
price: "$4,850,000", price: "$4,850,000",
variant: "Luxury Penthouse 2 BR 2 BA", variant: "Luxury Penthouse 2 BR 2 BA",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-reading-magazine-near-panoramic-window_7502-9287.jpg?_wi=4",
imageAlt: "Modern Penthouse", imageAlt: "Modern Penthouse",
}, },
{ {
@@ -59,7 +59,7 @@ export default function PropertiesPage() {
name: "Waterfront Mediterranean Villa", name: "Waterfront Mediterranean Villa",
price: "$7,200,000", price: "$7,200,000",
variant: "Estate Villa 5 BR 5 BA", variant: "Estate Villa 5 BR 5 BA",
imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aesthetic-summer-holidays_23-2151982712.jpg?_wi=3",
imageAlt: "Mediterranean Villa", imageAlt: "Mediterranean Villa",
}, },
{ {
@@ -67,7 +67,7 @@ export default function PropertiesPage() {
name: "Architect-Designed Contemporary Estate", name: "Architect-Designed Contemporary Estate",
price: "$5,650,000", price: "$5,650,000",
variant: "Contemporary Home 4 BR 4 BA", variant: "Contemporary Home 4 BR 4 BA",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-rich-woman-outdoors-with-stylish-dress-sunglasses_23-2149548580.jpg?_wi=3",
imageAlt: "Contemporary Estate", imageAlt: "Contemporary Estate",
}, },
{ {
@@ -75,7 +75,7 @@ export default function PropertiesPage() {
name: "Exclusive Riverside Manor", name: "Exclusive Riverside Manor",
price: "$6,500,000", price: "$6,500,000",
variant: "Grand Estate 6 BR 6 BA", variant: "Grand Estate 6 BR 6 BA",
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: "Riverside Manor", imageAlt: "Riverside Manor",
}, },
{ {
@@ -83,7 +83,7 @@ export default function PropertiesPage() {
name: "Private Island Resort Home", name: "Private Island Resort Home",
price: "$8,950,000", price: "$8,950,000",
variant: "Ultra-Luxury Retreat 8 BR 8 BA", variant: "Ultra-Luxury Retreat 8 BR 8 BA",
imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg", imageSrc: "http://img.b2bpic.net/free-photo/swimming-pool-beach-luxury-hotel-type-entertainment-complex-amara-dolce-vita-luxury-hotel-resort-tekirova-kemer-turkey_146671-18719.jpg?_wi=2",
imageAlt: "Island Resort", imageAlt: "Island Resort",
}, },
{ {
@@ -91,7 +91,7 @@ export default function PropertiesPage() {
name: "Urban Skyline Tower Residence", name: "Urban Skyline Tower Residence",
price: "$3,900,000", price: "$3,900,000",
variant: "Premium Condo 3 BR 3 BA", variant: "Premium Condo 3 BR 3 BA",
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-elegant-brown-hat-eating-juicy-fruits-resort-cafe-graceful-european-woman-white-shirt-relaxing-with-cocktail-food-pool_197531-20844.jpg", imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-elegant-brown-hat-eating-juicy-fruits-resort-cafe-graceful-european-woman-white-shirt-relaxing-with-cocktail-food-pool_197531-20844.jpg?_wi=2",
imageAlt: "Tower Residence", imageAlt: "Tower Residence",
}, },
]} ]}