5 Commits

Author SHA1 Message Date
a0a016c4d6 Merge version_3 into main
Merge version_3 into main
2026-03-03 17:43:20 +00:00
18e5393c65 Update src/app/page.tsx 2026-03-03 17:43:14 +00:00
62dc1c95ae Merge version_2 into main
Merge version_2 into main
2026-03-03 17:28:34 +00:00
104c43b8be Update src/app/page.tsx 2026-03-03 17:28:27 +00:00
9356e05aae Merge version_1 into main
Merge version_1 into main
2026-03-03 17:13:19 +00:00

View File

@@ -73,13 +73,13 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "property-1", name: "Waterfront Villa", price: "$8,500,000", variant: "5 Bed | 6 Bath | Beachfront", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Waterfront luxury villa with ocean views"
id: "property-1", name: "Waterfront Villa", price: "$8,500,000", variant: "Miami Beachfront | 5 Bed | 6 Bath", imageSrc: "http://img.b2bpic.net/free-photo/miami-luxury-house_649448-2903.jpg", imageAlt: "Waterfront luxury villa with ocean views"
},
{
id: "property-2", name: "Downtown Penthouse", price: "$6,200,000", variant: "4 Bed | 4 Bath | City Center", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "City penthouse with skyline views"
id: "property-2", name: "Downtown Penthouse", price: "$6,200,000", variant: "Manhattan City Center | 4 Bed | 4 Bath", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-standing-with-coffee-near-window_7502-9288.jpg", imageAlt: "City penthouse with skyline views"
},
{
id: "property-3", name: "Estate Mansion", price: "$12,800,000", variant: "8 Bed | 9 Bath | Private Grounds", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-chaplin-s-world-museum-switzerland-surrounded-by-lush-nature_181624-16105.jpg", imageAlt: "Sprawling estate mansion on expansive grounds"
id: "property-3", name: "Estate Mansion", price: "$12,800,000", variant: "Beverly Hills Private Grounds | 8 Bed | 9 Bath", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-chaplin-s-world-museum-switzerland-surrounded-by-lush-nature_181624-16105.jpg", imageAlt: "Sprawling estate mansion on expansive grounds"
}
]}
/>
@@ -186,10 +186,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Get in Touch"
title="Ready to Find Your Luxury Home?"
title="Schedule Your Private Luxury Consultation Today"
description="Contact our luxury specialists today to schedule a private consultation. Let us help you discover properties that match your vision and lifestyle."
buttons={[
{ text: "Schedule Consultation", href: "#" },
{ text: "Book Consultation", href: "#" },
{ text: "Browse Properties", href: "properties" }
]}
background={{ variant: "plain" }}