Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18e5393c65 | |||
| 62dc1c95ae | |||
| 104c43b8be | |||
| 9356e05aae |
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user