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 TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterSplit from '@/components/sections/footer/FooterSplit';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -62,12 +62,15 @@ export default function LandingPage() {
|
|||||||
<ProductCardFour
|
<ProductCardFour
|
||||||
title="Featured Properties"
|
title="Featured Properties"
|
||||||
description="Handpicked luxury properties with premium amenities and investment potential"
|
description="Handpicked luxury properties with premium amenities and investment potential"
|
||||||
tag="PORTFOLIO HIGHLIGHTS"
|
tag="LIMITED AVAILABILITY"
|
||||||
tagIcon={Building2}
|
tagIcon={Clock}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View All Properties", href: "properties" }
|
||||||
|
]}
|
||||||
products={[
|
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')
|
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