@@ -95,33 +93,8 @@ export default function LandingPage() {
useInvertedBackground={true}
animationType="blur-reveal"
features={[
- {
- title: "Panoramic Coastal Estate", description: "Uninterrupted sea views in a private, high-security enclave.", icon: Waves,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=2"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg?_wi=1"},
- ],
- },
- {
- title: "Modernist City Penthouse", description: "Architectural mastery in the heart of the city skyline.", icon: Building2,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=2"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=3"},
- ],
- },
- {
- title: "Historic Country Villa", description: "Timeless elegance meets modern comfort in this secluded paradise.", icon: Building,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg?_wi=2"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=3"},
- ],
- },
+ { title: "Panoramic Coastal Estate", description: "Uninterrupted sea views in a private, high-security enclave.", icon: Waves, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/close-up-bathtub-with-faucet_1203-1500.jpg?_wi=1" }] },
+ { title: "Modernist City Penthouse", description: "Architectural mastery in the heart of the city skyline.", icon: Building2, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/chair-bed-around-swimming-pool-hotel_74190-6668.jpg?_wi=2" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176107.jpg?_wi=3" }] },
]}
title="Curated Exclusive Listings"
description="Discover a collection of private, high-end residences meticulously selected for their unique architectural value and unmatched prestige."
@@ -133,16 +106,8 @@ export default function LandingPage() {
useInvertedBackground={false}
cardAnimation="slide-up"
testimonials={[
- {
- id: "1", name: "Jonathan V.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg"},
- {
- id: "2", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429859.jpg"},
- {
- id: "3", name: "Marcus T.", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-beige-orange-cardboard-papers-corner-grey-background_23-2147878482.jpg"},
- {
- id: "4", name: "Sophie L.", imageSrc: "http://img.b2bpic.net/free-photo/passionate-young-couple-dancing-home_23-2147736739.jpg"},
- {
- id: "5", name: "David W.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman_158595-975.jpg"},
+ { id: "1", name: "Jonathan V.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg" },
+ { id: "2", name: "Elena R.", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429859.jpg" },
]}
cardTitle="Discreet & Professional"
cardTag="Client Perspectives"
@@ -152,8 +117,7 @@ export default function LandingPage() {
@@ -191,4 +139,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file