Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 584d168a25 |
@@ -110,19 +110,19 @@ export default function LandingPage() {
|
|||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardTen
|
<MetricCardTen
|
||||||
title="Available Opportunities"
|
title="Available Opportunities"
|
||||||
description="Handpicked properties with strong investment potential and fast-track listing advantages."
|
description="ROI potential: +12% average annual return · Fast-track verified listings · Priority access to premium properties"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1", title: "Downtown Luxury Penthouse", subtitle: "Central District · 5 Bed, 4 Bath · 320 sqm", category: "Buy", value: "€1,250,000", buttons: [{ text: "Request Details", href: "contact" }]
|
id: "1", title: "Downtown Luxury Penthouse", subtitle: "Central District · 5 Bed, 4 Bath · 320 sqm · ROI potential: +15%", category: "Buy", value: "€1,250,000", buttons: [{ text: "Request Details", href: "contact" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", title: "Modern Villa with Garden", subtitle: "Green Valley · 4 Bed, 3 Bath · 450 sqm", category: "Buy", value: "€875,000", buttons: [{ text: "Schedule Viewing", href: "contact" }]
|
id: "2", title: "Modern Villa with Garden", subtitle: "Green Valley · 4 Bed, 3 Bath · 450 sqm · ROI potential: +11%", category: "Buy", value: "€875,000", buttons: [{ text: "Schedule Viewing", href: "contact" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", title: "Premium Office Suite", subtitle: "Business District · 2 Levels · 280 sqm", category: "Commercial", value: "€650,000", buttons: [{ text: "Inquire Now", href: "contact" }]
|
id: "3", title: "Premium Office Suite", subtitle: "Business District · 2 Levels · 280 sqm · ROI potential: +14%", category: "Commercial", value: "€650,000", buttons: [{ text: "Inquire Now", href: "contact" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", title: "Beachfront Apartment", subtitle: "Coastal Area · 3 Bed, 2 Bath · 200 sqm", category: "Rent", value: "€4,500/month", buttons: [{ text: "Book Showing", href: "contact" }]
|
id: "4", title: "Beachfront Apartment", subtitle: "Coastal Area · 3 Bed, 2 Bath · 200 sqm · ROI potential: +9%", category: "Rent", value: "€4,500/month", buttons: [{ text: "Book Showing", href: "contact" }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user