Update src/app/properties/page.tsx
This commit is contained in:
@@ -59,21 +59,21 @@ export default function PropertiesPage() {
|
||||
id: "prop-1",
|
||||
name: "Modern Estate - North Kent",
|
||||
price: "$850,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=4",
|
||||
imageAlt: "Modern luxury bedroom"
|
||||
},
|
||||
{
|
||||
id: "prop-2",
|
||||
name: "Contemporary Masterpiece",
|
||||
price: "$650,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=4",
|
||||
imageAlt: "Luxury kitchen"
|
||||
},
|
||||
{
|
||||
id: "prop-3",
|
||||
name: "Elegant Residence - Winchester",
|
||||
price: "$725,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=4",
|
||||
imageAlt: "Luxury living room"
|
||||
}
|
||||
]}
|
||||
@@ -97,7 +97,7 @@ export default function PropertiesPage() {
|
||||
title: "Property Valuation",
|
||||
description: "Accurate market analysis and property assessments to ensure competitive pricing and optimal returns.",
|
||||
tag: "Valuation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-bedroom-with-interior-stuff-beige-tones_181624-33128.jpg?_wi=5",
|
||||
imageAlt: "Property valuation"
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function PropertiesPage() {
|
||||
title: "Marketing Strategy",
|
||||
description: "Strategic positioning and targeted marketing to showcase your property to qualified buyers.",
|
||||
tag: "Marketing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-marble-backsplash-blue-kitchen-cabinets_169016-68873.jpg?_wi=5",
|
||||
imageAlt: "Marketing strategy"
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function PropertiesPage() {
|
||||
title: "Negotiation Expertise",
|
||||
description: "Professional negotiation to secure the best possible terms and price for your transaction.",
|
||||
tag: "Negotiation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=5",
|
||||
imageAlt: "Negotiation"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user