From 216873c0d7b151b8d74a1b2fcea09c8bde7fd235 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 06:54:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27cac02..00ae6fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,14 +119,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "A. Chen", date: "2024", title: "Founder", quote: "Unparalleled discretion.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/woman-covering-her-face-with-yellow-card_23-2148255309.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-relaxing-couch-with-magazine_23-2148415908.jpg?_wi=3", imageAlt: "minimalist abstract headshot" }, - { id: "2", name: "B. Thorne", date: "2024", title: "Investor", quote: "A hub of true excellence.", tag: "Private", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-man-suit-posing-black-white_23-2149411393.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2", imageAlt: "minimalist abstract headshot" }, - { id: "3", name: "C. Dupont", date: "2024", title: "Executive", quote: "Efficiency beyond expectation.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-black-white_23-2149675525.jpg", imageSrc: "http://img.b2bpic.net/free-photo/silver-paint-background_53876-88895.jpg?_wi=2", imageAlt: "minimalist abstract headshot" }, - { id: "4", name: "D. Miller", date: "2024", title: "Partner", quote: "The standard in luxury.", tag: "Institutional", avatarSrc: "http://img.b2bpic.net/free-photo/halftone-monochrome-collage_23-2151005082.jpg", imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-elements_23-2147986581.jpg?_wi=2", imageAlt: "minimalist abstract headshot" }, - { id: "5", name: "E. Vance", date: "2024", title: "Entrepreneur", quote: "Unmatched operational flow.", tag: "Network", avatarSrc: "http://img.b2bpic.net/free-photo/adult-woman-with-inhale-life-motivation-word_53876-121428.jpg", imageSrc: "http://img.b2bpic.net/free-photo/glowing-blue-cosmetic-jar-reflective-dark-surface-with-dramatic-lighting_84443-91361.jpg?_wi=2", imageAlt: "minimalist abstract headshot" }, + { id: "1", name: "A. Chen", date: "2024", title: "Founder", quote: "A masterclass in discretionary strategic consulting. The access provided by Leo.luxury has fundamentally shifted our operational capacity.", tag: "Elite", avatarSrc: "http://img.b2bpic.net/free-photo/woman-covering-her-face-with-yellow-card_23-2148255309.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-relaxing-couch-with-magazine_23-2148415908.jpg?_wi=3", imageAlt: "minimalist abstract headshot" }, + { id: "2", name: "B. Thorne", date: "2024", title: "Investor", quote: "An unmatched ecosystem for capital growth. Their institutional-grade security protocols provide total peace of mind.", tag: "Private", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-man-suit-posing-black-white_23-2149411393.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-team-discussing-report-sitting-meeting-table-with-monitor-holding-looking-documents-business-meeting-teamwork-concept_74855-11909.jpg?_wi=2", imageAlt: "minimalist abstract headshot" }, + { id: "3", name: "C. Dupont", date: "2024", title: "Executive", quote: "Operational efficiency, refined and elevated. The network provides elite connections that are otherwise inaccessible.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-black-white_23-2149675525.jpg", imageSrc: "http://img.b2bpic.net/free-photo/silver-paint-background_53876-88895.jpg?_wi=2", imageAlt: "minimalist abstract headshot" }, ]} - title="Verified Trust" - description="Discreet endorsements from our core network." + title="Institutional Trust" + description="Partnerships built on proven results and absolute discretion." /> @@ -134,10 +132,9 @@ export default function LandingPage() { @@ -146,8 +143,8 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} tag="Inquire" - title="Digital Concierge" - description="For inquiries regarding network access or professional collaboration." + title="Strategic Collaboration" + description="Join our private network. Direct inquiries to our partnership office for dedicated assistance and onboarding." /> @@ -156,15 +153,15 @@ export default function LandingPage() { logoText="Leo.luxury" columns={[ { - title: "Access", items: [ - { label: "Client Portal", href: "#portal" }, - { label: "Direct Contact", href: "#contact" }, + title: "Institutional Access", items: [ + { label: "Direct Partnership", href: "#contact" }, + { label: "Security & Protocols", href: "#portal" }, ], }, { - title: "Legal", items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Discretion Notice", href: "#" }, + title: "Network Governance", items: [ + { label: "Discretion Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]} -- 2.49.1