Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-05-18 15:27:22 +00:00

View File

@@ -52,25 +52,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Alice Sterling", handle: "@sterling_design", testimonial: "The most seamless luxury buying experience I've ever had.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg", imageAlt: "luxury villa exterior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=1", imageAlt: "luxury villa exterior modern"},
{
name: "Marcus Vane", handle: "@vane_investments", testimonial: "Exceptional properties, unmatched attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg", imageAlt: "luxury villa exterior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=1", imageAlt: "luxury villa exterior modern"},
{
name: "Julian H.", handle: "@juliandesign", testimonial: "A truly curated selection that defines luxury.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/female-turning-light-using-remote-control_259150-57143.jpg", imageAlt: "luxury villa exterior modern"},
{
name: "Elena R.", handle: "@elenaart", testimonial: "Exquisite service from start to finish.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg", imageAlt: "luxury villa exterior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg?_wi=1", imageAlt: "luxury villa exterior modern"},
{
name: "Sarah J.", handle: "@sarahtravels", testimonial: "Unparalleled expertise and local market knowledge.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg", imageAlt: "luxury villa exterior modern"},
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg?_wi=1", imageAlt: "luxury villa exterior modern"},
]}
buttons={[
{
text: "Explore Estates", href: "#properties"},
]}
imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg"
imageSrc="http://img.b2bpic.net/free-photo/blending-futuristic-building-seamlessly-into-desert-landscape_23-2151248332.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/i-am-glad-that-we-managed-reach-agreement_637285-11084.jpg", alt: "Client portrait 1"},
@@ -95,7 +95,7 @@ export default function LandingPage() {
description="With over two decades of expertise, we specialize in matching discerning clients with properties that define legacy."
subdescription="Our commitment is to absolute transparency, discretion, and market-leading insights for every transaction."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-spacious-room-with-large-panoramic-window_7502-7289.jpg?_wi=2"
mediaAnimation="blur-reveal"
/>
</div>
@@ -129,9 +129,9 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1", name: "Coastal Haven", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg"},
id: "1", name: "Coastal Haven", price: "$12.5M", imageSrc: "http://img.b2bpic.net/free-photo/tropical-villa-with-pool-sunset_23-2151974404.jpg?_wi=2"},
{
id: "2", name: "Urban Penthouse", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg"},
id: "2", name: "Urban Penthouse", price: "$8.2M", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666254.jpg?_wi=2"},
{
id: "3", name: "Mountain Sanctuary", price: "$6.8M", imageSrc: "http://img.b2bpic.net/free-photo/modern-wooden-house-mountains-terrace-with-panoramic-view_169016-69002.jpg"},
{