Compare commits
2 Commits
version_13
...
version_15
| Author | SHA1 | Date | |
|---|---|---|---|
| fb338b2aed | |||
| 53fec3270b |
@@ -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 } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -70,24 +70,25 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
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 +108,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
|
||||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Luxury lifestyle and property investment"
|
imageAlt="Luxury lifestyle and property investment"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="Enter your email"
|
inputPlaceholder="Enter your email"
|
||||||
buttonText="Get Free Property List"
|
buttonText="Get Details"
|
||||||
termsText="No spam. Your data is protected and never shared. We respect your privacy."
|
termsText="No spam. Your data is protected and never shared. We respect your privacy."
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user