Compare commits
16 Commits
version_15
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b423df5b5 | |||
| 030c01c9d1 | |||
| 20a7317fe5 | |||
| 57f6590108 | |||
| 298201b81e | |||
| 1f16758e30 | |||
| 2f5084bdc8 | |||
| 346d5097f7 | |||
| 2e2bfee7ff | |||
| c77fc7199c | |||
| eb4e5e3d8b | |||
| 3cfd66b8e6 | |||
| 6cf038337e | |||
| 7ed7b827d0 | |||
| c3d50bd4be | |||
| 1efb015a8d |
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user