"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSplit from '@/components/sections/footer/FooterSplit'; import { Building2, MapPin, Mail, Phone, Shield, Sparkles, Star, TrendingUp, Users, Eye, Clock } from "lucide-react"; export default function LandingPage() { return (
window.open('/property/villa-001', '_blank') }, { id: "apt-002", name: "Downtown Luxury Penthouse", price: "€1,800,000", variant: "3 Bed · 2.5 Bath · 320m²", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780537204-75l4uwot.jpg", imageAlt: "Modern penthouse with city skyline views", onProductClick: () => window.open('/property/apt-002', '_blank') }, { id: "apt-003", name: "Urban Center Apartment", price: "€950,000", variant: "2 Bed · 2 Bath · 180m²", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780535952-81f5g3d6.jpg", imageAlt: "Contemporary urban apartment in prime location", onProductClick: () => window.open('/property/apt-003', '_blank') }, { id: "villa-004", name: "Hillside Contemporary Villa", price: "€1,950,000", variant: "4 Bed · 3 Bath · 420m²", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780539291-zee4kc9e.jpg", imageAlt: "Modern villa with panoramic views", onProductClick: () => window.open('/property/villa-004', '_blank') }, { id: "commercial-005", name: "Premium Office Suite", price: "€1,200,000", variant: "2 Floor · 550m² · Lease or Own", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780538201-7g3vfb2i.jpg", imageAlt: "Professional office space in business district", onProductClick: () => window.open('/property/commercial-005', '_blank') }, { id: "apt-006", name: "Riverside Luxury Apartment", price: "€1,350,000", variant: "3 Bed · 2 Bath · 280m²", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780535952-81f5g3d6.jpg", imageAlt: "Modern riverside apartment with contemporary design", onProductClick: () => window.open('/property/apt-006', '_blank') } ]} actionButtonClassName="bg-primary/90 hover:bg-primary text-primary-foreground px-4 py-2 rounded-md text-sm font-medium transition-colors backdrop-blur-sm border border-primary/20" />
); }