Update src/app/page.tsx
This commit is contained in:
213
src/app/page.tsx
213
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="CEO Profile"
|
||||
/>
|
||||
@@ -56,63 +48,38 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Visionary Leadership for the Future"
|
||||
description="Driving innovation and wealth through strategic global influence."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg",
|
||||
alt: "professional ceo portrait dark lighting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/stylish-bearded-hipster-male-dressed-suit-sunglasses-dark-grey-background_613910-4689.jpg", alt: "professional ceo portrait dark lighting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg",
|
||||
alt: "business executive portrait professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-colleagues-banner-concept-with-copy-space_23-2149601494.jpg", alt: "business executive portrait professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-businessman-dressed-elegant-suit-sitting-green-lawn-against-cityscape-background_613910-4124.jpg",
|
||||
alt: "visionary leader portrait professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pensive-businessman-dressed-elegant-suit-sitting-green-lawn-against-cityscape-background_613910-4124.jpg", alt: "visionary leader portrait professional"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5362.jpg",
|
||||
alt: "Man portrait posing in a loft modern space",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5362.jpg", alt: "Man portrait posing in a loft modern space"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-priest-with-puple-light_23-2149300865.jpg",
|
||||
alt: "Medium shot priest with puple light",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-priest-with-puple-light_23-2149300865.jpg", alt: "Medium shot priest with puple light"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Portfolio",
|
||||
href: "#portfolio",
|
||||
},
|
||||
text: "View Portfolio", href: "#portfolio"},
|
||||
{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Leadership",
|
||||
},
|
||||
type: "text", text: "Global Leadership"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Growth",
|
||||
},
|
||||
type: "text", text: "Strategic Growth"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovation First",
|
||||
},
|
||||
type: "text", text: "Innovation First"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Future Ready",
|
||||
},
|
||||
type: "text", text: "Future Ready"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Dominance",
|
||||
},
|
||||
type: "text", text: "Market Dominance"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -124,19 +91,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years Experience", value: "20+"},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Offices",
|
||||
value: "15",
|
||||
},
|
||||
label: "Global Offices", value: "15"},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Growth Rate",
|
||||
value: "400%",
|
||||
},
|
||||
label: "Growth Rate", value: "400%"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -149,23 +110,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: DollarSign,
|
||||
title: "Capital Managed",
|
||||
value: "$5B",
|
||||
},
|
||||
id: "m1", icon: DollarSign,
|
||||
title: "Capital Managed", value: "$5B"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Team Led",
|
||||
value: "500+",
|
||||
},
|
||||
id: "m2", icon: Users,
|
||||
title: "Team Led", value: "500+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Briefcase,
|
||||
title: "Projects Delivered",
|
||||
value: "85",
|
||||
},
|
||||
id: "m3", icon: Briefcase,
|
||||
title: "Projects Delivered", value: "85"},
|
||||
]}
|
||||
title="Impact Metrics"
|
||||
description="Concrete results defined by high-value performance."
|
||||
@@ -174,34 +126,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<FeatureCardTwentyThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Tech Unicorns",
|
||||
tags: [
|
||||
"AI",
|
||||
"Cloud",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305280.jpg",
|
||||
},
|
||||
id: "f1", title: "Tech Unicorns", tags: [
|
||||
"AI", "Cloud"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-view-dubai-city-illuminated-neon-spectrum_23-2151305280.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sustainable Energy",
|
||||
tags: [
|
||||
"Green",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cube-shapes-sculpture_23-2150979721.jpg",
|
||||
},
|
||||
id: "f2", title: "Sustainable Energy", tags: [
|
||||
"Green"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cube-shapes-sculpture_23-2150979721.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Real Estate Funds",
|
||||
tags: [
|
||||
"Luxury",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-skyscrapers-office-buildings_23-2148836740.jpg",
|
||||
},
|
||||
id: "f3", title: "Real Estate Funds", tags: [
|
||||
"Luxury"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-skyscrapers-office-buildings_23-2148836740.jpg"},
|
||||
]}
|
||||
title="Key Investments"
|
||||
description="Architecting the future through strategic ventures."
|
||||
@@ -210,50 +150,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split-description"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Ross",
|
||||
role: "Board Chair",
|
||||
company: "Fortune100",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-using-tablet-window_23-2148095690.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Ross", role: "Board Chair", company: "Fortune100", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-using-tablet-window_23-2148095690.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Investor",
|
||||
company: "CapitalGroup",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-businessman-formal-wear-standing-against-windows-business-center_627829-730.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", role: "Investor", company: "CapitalGroup", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-businessman-formal-wear-standing-against-windows-business-center_627829-730.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
company: "GlobalSolutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-studio-shooting_23-2148424440.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Miller", role: "CEO", company: "GlobalSolutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-preparing-studio-shooting_23-2148424440.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Bond",
|
||||
role: "Tech Lead",
|
||||
company: "Innovate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
},
|
||||
id: "4", name: "James Bond", role: "Tech Lead", company: "Innovate", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe Vance",
|
||||
role: "Partner",
|
||||
company: "Ventures",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-waitresses-sidewalk-cafe_637285-8058.jpg",
|
||||
},
|
||||
id: "5", name: "Chloe Vance", role: "Partner", company: "Ventures", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-waitresses-sidewalk-cafe_637285-8058.jpg"},
|
||||
]}
|
||||
title="What Partners Say"
|
||||
description="Trust in excellence."
|
||||
@@ -265,14 +181,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Forbes",
|
||||
"Bloomberg",
|
||||
"Wall Street Journal",
|
||||
"Financial Times",
|
||||
"TechCrunch",
|
||||
"Harvard Business Review",
|
||||
"CNBC",
|
||||
]}
|
||||
"Forbes", "Bloomberg", "Wall Street Journal", "Financial Times", "TechCrunch", "Harvard Business Review", "CNBC"]}
|
||||
title="Featured In"
|
||||
description="Recognized for thought leadership globally."
|
||||
/>
|
||||
@@ -283,20 +192,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What is your vision?",
|
||||
content: "To redefine global leadership paradigms.",
|
||||
},
|
||||
id: "q1", title: "What is your vision?", content: "To redefine global leadership paradigms."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Investment style?",
|
||||
content: "Value-centric with a long-term focus.",
|
||||
},
|
||||
id: "q2", title: "Investment style?", content: "Value-centric with a long-term focus."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Collaboration?",
|
||||
content: "Open to strategic advisory roles.",
|
||||
},
|
||||
id: "q3", title: "Collaboration?", content: "Open to strategic advisory roles."},
|
||||
]}
|
||||
sideTitle="Executive Insights"
|
||||
faqsAnimation="blur-reveal"
|
||||
@@ -307,8 +207,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Direct Collaboration"
|
||||
description="Inquire for advisory or partnerships."
|
||||
@@ -319,13 +218,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="CEO Profile"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user