Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 00:28:29 +00:00

View File

@@ -44,14 +44,14 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Luxe Properties"
description="Discover extraordinary real estate in the world's most coveted locations. Experience luxury redefined through curated properties and exceptional service."
background="glowing-orb"
background={{ variant: "glowing-orb" }}
buttons={[
{ text: "Explore Properties", href: "#products" },
{ text: "Schedule Viewing", href: "#contact" }
]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg"
imageAlt="Luxury mansion exterior with premium architectural design"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -68,18 +68,18 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Expert Curation", description: "Hand-selected properties meeting the highest standards of luxury and investment potential.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-manager-couple-talking_23-2148085203.jpg?_wi=1", imageAlt: "luxury apartment interior modern dark" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=1", imageAlt: "luxury home office sophisticated dark theme" }
title: "Expert Curation", description: "Hand-selected properties meeting the highest standards of luxury and investment potential.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-manager-couple-talking_23-2148085203.jpg", imageAlt: "luxury apartment interior modern dark" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg", imageAlt: "luxury home office sophisticated dark theme" }
},
{
id: 2,
title: "24/7 Concierge", description: "Dedicated support throughout your entire buying journey with personalized attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-manager-couple-talking_23-2148085203.jpg?_wi=2", imageAlt: "luxury apartment interior modern dark" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=2", imageAlt: "luxury home office sophisticated dark theme" }
title: "24/7 Concierge", description: "Dedicated support throughout your entire buying journey with personalized attention to detail.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-manager-couple-talking_23-2148085203.jpg", imageAlt: "luxury apartment interior modern dark" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg", imageAlt: "luxury home office sophisticated dark theme" }
},
{
id: 3,
title: "Market Expertise", description: "Deep local knowledge and global network ensuring you get the best value and opportunities.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-manager-couple-talking_23-2148085203.jpg?_wi=3", imageAlt: "luxury apartment interior modern dark" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg?_wi=3", imageAlt: "luxury home office sophisticated dark theme" }
title: "Market Expertise", description: "Deep local knowledge and global network ensuring you get the best value and opportunities.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/event-manager-couple-talking_23-2148085203.jpg", imageAlt: "luxury apartment interior modern dark" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/working-accountant_1098-13967.jpg", imageAlt: "luxury home office sophisticated dark theme" }
}
]}
showStepNumbers={true}
@@ -182,7 +182,7 @@ export default function LandingPage() {
required: false
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/black-metal-railings-white-concrete-building_250224-12.jpg"
imageAlt="Luxury property visualization for contact section"
mediaAnimation="blur-reveal"
mediaPosition="right"