diff --git a/src/app/page.tsx b/src/app/page.tsx index 09f3e8d..69454f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,16 +32,11 @@ export default function LandingPage() {
@@ -91,24 +79,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "p1", brand: "Luxury Estates", name: "Riverside Manor", price: "$3,200,000", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/colored-couches-with-middle-table_1203-1215.jpg"}, - { - id: "p2", brand: "Urban Living", name: "Skyview Penthouse", price: "$4,500,000", rating: 5, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-grad-sneznik-white-castle-slovenia_181624-24359.jpg"}, - { - id: "p3", brand: "Modern Builds", name: "Glass Pavilion", price: "$2,800,000", rating: 4, - reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/inviting-front-porch-with-wooden-door-hanging-baskets_23-2151974394.jpg"}, - { - id: "p4", brand: "Estate Horizon", name: "Urban Garden Flat", price: "$1,950,000", rating: 5, - reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-meeting_23-2149033720.jpg"}, - { - id: "p5", brand: "Estate Horizon", name: "Countryside Haven", price: "$2,100,000", rating: 5, - reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-lake-with-reflections-trees-countryside-slovenia_181624-10675.jpg"}, - { - id: "p6", brand: "Coastal Realty", name: "Seaside Retreat", price: "$3,800,000", rating: 5, - reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg"}, + { id: "p1", brand: "Luxury Estates", name: "Riverside Manor", price: "$3,200,000", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/colored-couches-with-middle-table_1203-1215.jpg" }, + { id: "p2", brand: "Urban Living", name: "Skyview Penthouse", price: "$4,500,000", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-beautiful-grad-sneznik-white-castle-slovenia_181624-24359.jpg" }, + { id: "p3", brand: "Modern Builds", name: "Glass Pavilion", price: "$2,800,000", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/inviting-front-porch-with-wooden-door-hanging-baskets_23-2151974394.jpg" }, + { id: "p4", brand: "Estate Horizon", name: "Urban Garden Flat", price: "$1,950,000", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-meeting_23-2149033720.jpg" }, + { id: "p5", brand: "Estate Horizon", name: "Countryside Haven", price: "$2,100,000", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-scenery-lake-with-reflections-trees-countryside-slovenia_181624-10675.jpg" }, + { id: "p6", brand: "Coastal Realty", name: "Seaside Retreat", price: "$3,800,000", rating: 5, reviewCount: "19", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-architecture-space_23-2151912527.jpg" }, ]} title="Curated Property Collection" description="Browse our latest handpicked listings, featuring architectural marvels and serene retreats." @@ -122,15 +98,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { - id: "m1", value: "$500M+", title: "Volume Sold", description: "Total value of transactions.", icon: Award, - }, - { - id: "m2", value: "120+", title: "Properties Closed", description: "Happy families settled.", icon: Home, - }, - { - id: "m3", value: "98%", title: "Client Retention", description: "Consistently trusted partner.", icon: UserCheck, - }, + { id: "m1", value: "$500M+", title: "Volume Sold", description: "Total value of transactions.", icon: Award }, + { id: "m2", value: "120+", title: "Properties Closed", description: "Happy families settled.", icon: Home }, + { id: "m3", value: "98%", title: "Client Retention", description: "Consistently trusted partner.", icon: UserCheck }, ]} title="Market Impact" description="Proven results delivered to our clients through precision and data-driven insight." @@ -143,29 +113,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", name: "James Anderson", role: "Entrepreneur", company: "TechInnovate", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg"}, - { - id: "2", name: "Sarah Miller", role: "Marketing Director", company: "CreativeFlow", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg"}, - { - id: "3", name: "Elena Rodriguez", role: "Architect", company: "StudioForm", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg"}, - { - id: "4", name: "Michael Chen", role: "Investment Banker", company: "CapitalGroup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg"}, - { - id: "5", name: "David Thompson", role: "Designer", company: "SpaceArt", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg"}, + { id: "1", name: "James Anderson", role: "Entrepreneur", company: "TechInnovate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg" }, + { id: "2", name: "Sarah Miller", role: "Marketing Director", company: "CreativeFlow", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-successful-businessman-standing-restaurant-with-crossed-arm_23-2147955259.jpg" }, + { id: "3", name: "Elena Rodriguez", role: "Architect", company: "StudioForm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-sitting-couch-smiling_23-2148095699.jpg" }, + { id: "4", name: "Michael Chen", role: "Investment Banker", company: "CapitalGroup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg" }, + { id: "5", name: "David Thompson", role: "Designer", company: "SpaceArt", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg" }, ]} kpiItems={[ - { - value: "4.9/5", label: "Google Rating"}, - { - value: "100+", label: "Five-Star Reviews"}, - { - value: "20+", label: "Global Referrals"}, + { value: "4.9/5", label: "Google Rating" }, + { value: "100+", label: "Five-Star Reviews" }, + { value: "20+", label: "Global Referrals" }, ]} title="Client Narratives" description="Hear from those who have trusted us with their biggest life transitions." @@ -180,12 +137,9 @@ export default function LandingPage() { groups={[ { id: "g1", groupTitle: "Leadership", members: [ - { - id: "t1", title: "Johnathan Doe", subtitle: "CEO", detail: "Leading with a vision of premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-using-digital-tablet-outdoors_23-2147955287.jpg"}, - { - id: "t2", title: "Victoria Smith", subtitle: "Managing Director", detail: "Expert in luxury market acquisition.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg"}, - { - id: "t3", title: "Mark Evans", subtitle: "Lead Negotiator", detail: "Closing deals with absolute precision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg"}, + { id: "t1", title: "Johnathan Doe", subtitle: "CEO", detail: "Leading with a vision of premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-using-digital-tablet-outdoors_23-2147955287.jpg" }, + { id: "t2", title: "Victoria Smith", subtitle: "Managing Director", detail: "Expert in luxury market acquisition.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-camera-with-crossed-arms-happy-confident-satisfied-expression-lateral-view_1194-633413.jpg" }, + { id: "t3", title: "Mark Evans", subtitle: "Lead Negotiator", detail: "Closing deals with absolute precision.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg" }, ], }, ]} @@ -199,12 +153,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "q1", title: "How do you evaluate property value?", content: "We use a data-centric approach combined with neighborhood expertise."}, - { - id: "q2", title: "Do you help with financing?", content: "Yes, we connect you with preferred financial partners."}, - { - id: "q3", title: "What makes your listings unique?", content: "Every listing is vetted for quality and architectural merit."}, + { id: "q1", title: "How do you evaluate property value?", content: "We use a data-centric approach combined with neighborhood expertise." }, + { id: "q2", title: "Do you help with financing?", content: "Yes, we connect you with preferred financial partners." }, + { id: "q3", title: "What makes your listings unique?", content: "Every listing is vetted for quality and architectural merit." }, ]} imageSrc="http://img.b2bpic.net/free-photo/smiling-senior-man-looking-his-coworker-working-office_23-2147923416.jpg" mediaAnimation="slide-up" @@ -217,8 +168,7 @@ export default function LandingPage() {