Update src/app/properties/page.tsx

This commit is contained in:
2026-03-02 19:03:07 +00:00
parent 472dedb213
commit d4f7a03321

View File

@@ -61,7 +61,7 @@ export default function PropertiesPage() {
name: "Panoramic Hilltop Estate",
price: "$8,500,000",
variant: "6 Bedrooms • Ocean View",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-town-surrounded-by-forests-cloudy-sky-sunrise_181624-60391.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/landscape-town-surrounded-by-forests-cloudy-sky-sunrise_181624-60391.jpg?_wi=2",
imageAlt: "Hilltop estate with panoramic views",
},
{
@@ -69,7 +69,7 @@ export default function PropertiesPage() {
name: "Metropolitan Penthouse",
price: "$5,200,000",
variant: "4 Bedrooms • Downtown",
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 city penthouse",
},
{
@@ -77,7 +77,7 @@ export default function PropertiesPage() {
name: "Waterfront Villa",
price: "$9,800,000",
variant: "7 Bedrooms • Private Beach",
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lake-house_649448-539.jpg?_wi=2",
imageAlt: "Luxury waterfront property",
},
{
@@ -85,7 +85,7 @@ export default function PropertiesPage() {
name: "Contemporary Mountain Retreat",
price: "$7,200,000",
variant: "5 Bedrooms • Alpine Setting",
imageSrc: "http://img.b2bpic.net/free-photo/white-orange-house-beside-forest-body-water_198169-40.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-orange-house-beside-forest-body-water_198169-40.jpg?_wi=2",
imageAlt: "Mountain luxury residence",
},
{
@@ -93,7 +93,7 @@ export default function PropertiesPage() {
name: "Urban Luxury Loft",
price: "$4,500,000",
variant: "3 Bedrooms • Historic District",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/design-house-modern-villa-with-open-plan-living-private-bedroom-wing-large-terrace-with-privacy_1258-169751.jpg?_wi=2",
imageAlt: "Urban luxury apartment",
},
{
@@ -101,7 +101,7 @@ export default function PropertiesPage() {
name: "Private Island Estate",
price: "$12,500,000",
variant: "8 Bedrooms • Exclusive Island",
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-sandy-beach-beach-with-sun-beds-umbrellas-open-against-sea-mountains-hotel-resort-tekirova-kemer-turkey_146671-18877.jpg?_wi=2",
imageAlt: "Private island luxury property",
},
]}
@@ -126,21 +126,21 @@ export default function PropertiesPage() {
id: "01",
title: "Prime Locations",
description: "Properties situated in the most desirable neighborhoods with excellent accessibility and lifestyle amenities.",
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2",
imageAlt: "Prime location consultation",
},
{
id: "02",
title: "Architectural Excellence",
description: "Each home showcases exceptional design, premium materials, and attention to detail from renowned architects.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-financial-documents_1232-141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pen-financial-documents_1232-141.jpg?_wi=2",
imageAlt: "Architectural excellence",
},
{
id: "03",
title: "Investment Value",
description: "Properties positioned in markets with strong appreciation potential and proven track records of value growth.",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-mortgage-loan-concept_53876-125138.jpg?_wi=3",
imageAlt: "Investment value analysis",
},
]}