Files
3db91167-f6d0-497c-a52b-889…/src/app/page.tsx
2025-12-20 00:53:03 +02:00

305 lines
13 KiB
TypeScript

"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroShowcaseSplitOverlay from '@/components/sections/hero/HeroShowcaseSplitOverlay';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen';
import ProductCardSix from '@/components/sections/product/ProductCardSix';
import TeamCardFour from '@/components/sections/team/TeamCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSplit from '@/components/sections/footer/FooterSplit';
import { TrendingUp, DollarSign, Building2, Target, Mail, Phone, MapPin } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-shift"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="large"
sizing="medium"
background="floatingGradient"
cardStyle="shadow-colored"
primaryButtonStyle="layered-depth"
secondaryButtonStyle="outline"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Ascent Capital"
navItems={[
{ name: "About", id: "about" },
{ name: "Investment", id: "investment" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" }
]}
/>
</div>
<div id="hero" data-section="hero">
<HeroShowcaseSplitOverlay
title="Empowering the Next Generation of Transformative Companies"
description="We invest in visionary founders building the future. With $500M in AUM and a track record of 8x average returns, Ascent Capital partners with exceptional teams at every stage."
tags={["Early Stage", "Growth Capital", "Series A-C", "Deep Tech", "Climate Tech"]}
buttons={[
{ text: "Submit Pitch Deck", href: "contact" },
{ text: "Our Strategy", href: "investment" }
]}
showcaseImageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184700299-5zkwi6rw.jpg"
showcaseImageAlt="Investment team collaboration"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184700299-5zkwi6rw.jpg"
imageAlt="Premium venture capital office"
showDimOverlay={true}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Proven Track Record of Building Category-Defining Companies"
metrics={[
{ icon: TrendingUp, label: "Average Portfolio Return", value: "8.2x" },
{ icon: DollarSign, label: "Assets Under Management", value: "$500M" },
{ icon: Building2, label: "Portfolio Companies", value: "45+" },
{ icon: Target, label: "Exit Success Rate", value: "92%" }
]}
useInvertedBackground="noInvert"
/>
</div>
<div id="investment" data-section="investment">
<FeatureCardFourteen
title="Our Investment Philosophy"
description="We focus on founders with a unique vision and the execution capability to transform industries."
tag="Investment Strategy"
features={[
{
id: "1",
title: "Founder-Centric Approach",
description: "We believe exceptional founders create exceptional value. Our team brings operational expertise from scaling 12 unicorns.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184701550-m7hz14wy.jpg",
imageAlt: "Founder mentoring session"
},
{
id: "2",
title: "Sector Expertise",
description: "Deep specialization in Deep Tech, Climate Tech, and Enterprise SaaS. Our LPs include Fortune 500 CIOs and climate leaders.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184701550-m7hz14wy.jpg",
imageAlt: "Technology sector focus"
},
{
id: "3",
title: "Active Value Creation",
description: "Post-investment support including customer introductions, fundraising guidance, and board participation to accelerate growth.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184701550-m7hz14wy.jpg",
imageAlt: "Strategic partnership support"
}
]}
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="portfolio" data-section="portfolio">
<ProductCardSix
title="Notable Portfolio Companies"
description="Investments that redefined industries and delivered extraordinary returns"
products={[
{
id: "1",
name: "ClimateFlow AI",
price: "Exited 2023",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184709274-zy7lckwt.jpg",
imageAlt: "ClimateFlow AI dashboard"
},
{
id: "2",
name: "QuantumEdge Security",
price: "Series C",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184710532-7ogxrwbm.jpg",
imageAlt: "QuantumEdge Security platform"
},
{
id: "3",
name: "MedAI Diagnostics",
price: "Series B",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184200876-idjoemdc.jpg",
imageAlt: "MedAI medical AI application"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
containerStyle="default"
textboxLayout="default"
useInvertedBackground="noInvert"
/>
</div>
<div id="team" data-section="team">
<TeamCardFour
title="Meet Our Investment Partners"
description="Seasoned operators with exits exceeding $8B in aggregate value"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="noInvert"
team={[
{
id: "1",
name: "Sarah Mitchell",
role: "Managing Partner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140153329-bmp1nqc3.jpg",
imageAlt: "Sarah Mitchell"
},
{
id: "2",
name: "James Chen",
role: "Partner, Deep Tech",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184703623-6mn9btum.jpg",
imageAlt: "James Chen"
},
{
id: "3",
name: "Victoria Romero",
role: "Partner, Climate Tech",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184704364-rju4a9i5.jpg",
imageAlt: "Victoria Romero"
},
{
id: "4",
name: "Michael Zhang",
role: "Principal, Operations",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184705256-omfjf972.jpg",
imageAlt: "Michael Zhang"
},
{
id: "5",
name: "Amanda Foster",
role: "Analyst, Enterprise",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140153329-bmp1nqc3.jpg",
imageAlt: "Amanda Foster"
},
{
id: "6",
name: "David Patel",
role: "Advisor, Growth Strategy",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184703623-6mn9btum.jpg",
imageAlt: "David Patel"
}
]}
speed={35}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
title="What Founders Say"
description="Testimonials from our portfolio founders and limited partners"
textboxLayout="default"
animationType="slide-up"
containerStyle="default"
useInvertedBackground="noInvert"
testimonials={[
{
id: "1",
name: "Alex Turner",
role: "CEO, ClimateFlow AI",
testimonial: "Ascent Capital was more than just investors. Sarah and the team opened doors to enterprise clients worth $40M in contracts. Their network and expertise accelerated our growth by 3 years.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184706118-kkqjgygk.jpg",
imageAlt: "Alex Turner"
},
{
id: "2",
name: "Priya Sharma",
role: "Founder, QuantumEdge Security",
testimonial: "Every quarter, the team helps us refine strategy, optimize burn rate, and prepare for the next round. Their operational playbook is invaluable.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184706914-uhsblhc2.jpg",
imageAlt: "Priya Sharma"
},
{
id: "3",
name: "Marcus Johnson",
role: "LP, Sovereign Wealth Fund",
testimonial: "Ascent's transparency and founder-first approach set them apart. Their 8.2x average return speaks to disciplined investing and genuine value creation.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766140101670-ttp7xdlv.jpg",
imageAlt: "Marcus Johnson"
},
{
id: "4",
name: "Elena Rodriguez",
role: "Founder, MedAI Diagnostics",
testimonial: "From Series A to Series B, Ascent structured deals fairly and provided strategic guidance that made the difference. Highly recommended for any founder serious about scaling.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184707769-zzdny5qa.jpg",
imageAlt: "Elena Rodriguez"
}
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Ready to Pitch?"
description="Submit your pitch deck and a brief overview. Our team reviews applications within 2 weeks. We typically invest between $2M and $15M per round."
inputs={[
{ name: "founder_name", type: "text", placeholder: "Founder Name", required: true },
{ name: "company_name", type: "text", placeholder: "Company Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
{ name: "industry", type: "text", placeholder: "Industry / Sector", required: true }
]}
textarea={{
name: "pitch_summary",
placeholder: "Brief description of your company and why Ascent Capital is the right partner",
rows: 5,
required: true
}}
useInvertedBackground="noInvert"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184702412-h0jbpolo.jpg"
imageAlt="Modern investment office"
mediaPosition="right"
buttonText="Submit Pitch"
/>
</div>
<div id="footer" data-section="footer">
<FooterSplit
logoText="Ascent Capital"
title="Partnering with founders to build the future"
columns={[
{
title: "Company",
items: [
{ label: "About Us", href: "#about" },
{ label: "Investment Strategy", href: "#investment" },
{ label: "Portfolio", href: "#portfolio" },
{ label: "Team", href: "#team" }
]
},
{
title: "Resources",
items: [
{ label: "Founder Resources", href: "#" },
{ label: "Blog & Insights", href: "#" },
{ label: "LP Portal", href: "#" },
{ label: "FAQ", href: "#" }
]
},
{
title: "Legal",
items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclosures", href: "#" }
]
}
]}
contactItems={[
{ icon: Mail, text: "invest@ascentcapital.com" },
{ icon: Phone, text: "(415) 555-0100" },
{ icon: MapPin, text: "San Francisco, CA" }
]}
/>
</div>
</ThemeProvider>
);
}