Merge version_2 into main #1

Merged
development merged 1 commits from version_2 into main 2026-01-07 12:06:21 +00:00

View File

@@ -110,19 +110,19 @@ export default function LandingPage() {
<div id="metrics" data-section="metrics">
<MetricCardTen
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={[
{
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"