1 Commits

Author SHA1 Message Date
030c01c9d1 Update src/app/page.tsx 2026-01-07 12:25:26 +00:00

View File

@@ -10,7 +10,7 @@ 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 } from "lucide-react";
import { Building2, MapPin, Mail, Phone, Shield, Sparkles, Star, TrendingUp, Users, Eye, Clock } from "lucide-react";
export default function LandingPage() {
return (
@@ -62,12 +62,15 @@ export default function LandingPage() {
<ProductCardFour
title="Featured Properties"
description="Handpicked luxury properties with premium amenities and investment potential"
tag="PORTFOLIO HIGHLIGHTS"
tagIcon={Building2}
tag="LIMITED AVAILABILITY"
tagIcon={Clock}
textboxLayout="default"
useInvertedBackground="invertDefault"
animationType="slide-up"
gridVariant="three-columns-all-equal-width"
buttons={[
{ text: "View All Properties", href: "properties" }
]}
products={[
{
id: "villa-001", name: "Beachfront Villa Estate", price: "€2,500,000", variant: "4 Bed · 3 Bath · 450m²", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780534698-jltgws2g.jpg", imageAlt: "Luxury beachfront villa with infinity pool", onProductClick: () => window.open('/property/villa-001', '_blank')