Compare commits
13 Commits
version_3
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 030c01c9d1 | |||
| fb338b2aed | |||
| 53fec3270b | |||
| 27a76eef13 | |||
| 4741925381 | |||
| 61276258d5 | |||
| 4ec36ad071 | |||
| 85c8497b64 | |||
| e44f1dacdc | |||
| 950c86a17c | |||
| 73dfb9b1c3 | |||
| 36aa14f8d0 | |||
| 3ae84c7fe2 |
@@ -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 } 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,32 +62,36 @@ 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"
|
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: "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"
|
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"
|
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"
|
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"
|
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"
|
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"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -107,11 +111,10 @@ export default function LandingPage() {
|
|||||||
}}
|
}}
|
||||||
positiveCard={{
|
positiveCard={{
|
||||||
title: "With Our Premium Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780541147-72ska1ka.jpg", imageAlt: "Our streamlined property process", items: [
|
title: "With Our Premium Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780541147-72ska1ka.jpg", imageAlt: "Our streamlined property process", items: [
|
||||||
"100% verified legal documentation", "Professional property inspections included", "Dedicated property advisor assigned", "Fast-track closing (30-60 days)", "Transparent pricing with no surprises", "Clear ROI projections and market analysis"
|
"100% verified legal documentation", "Professional property inspections included", "Dedicated property advisor assigned", "Express closing in just 30-60 days", "Transparent pricing with no surprises", "Clear ROI projections and market analysis"
|
||||||
]
|
]
|
||||||
}}
|
}}
|
||||||
/>
|
/> </div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardEleven
|
<MetricCardEleven
|
||||||
@@ -141,7 +144,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardSix
|
<TeamCardSix
|
||||||
title="Meet Our Top Advisors"
|
title="Meet Your Property Advisors"
|
||||||
description="Dedicated experts committed to finding your perfect property match"
|
description="Dedicated experts committed to finding your perfect property match"
|
||||||
tag="EXPERT TEAM"
|
tag="EXPERT TEAM"
|
||||||
tagIcon={Users}
|
tagIcon={Users}
|
||||||
@@ -151,7 +154,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Michael Richardson", role: "Senior Property Advisor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780959067-rl253ma0.jpg", imageAlt: "Michael Richardson"
|
id: "1", name: "Michael Richardson", role: "Senior Property Advisor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780648962-i5hr5022.jpg", imageAlt: "Michael Richardson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sarah Mitchell", role: "Investment Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780650694-xgs5o0p4.jpg", imageAlt: "Sarah Mitchell"
|
id: "2", name: "Sarah Mitchell", role: "Investment Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767780650694-xgs5o0p4.jpg", imageAlt: "Sarah Mitchell"
|
||||||
|
|||||||
Reference in New Issue
Block a user