Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-22 18:56:23 +00:00
5 changed files with 28 additions and 54 deletions

View File

@@ -16,7 +16,7 @@ export default function AboutPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="aurora" background="circleGradient"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -28,7 +28,6 @@ export default function AboutPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" }, { name: "Portfolio", id: "/portfolio" },
{ name: "Insights", id: "/insights" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
brandName="PitchDrive" brandName="PitchDrive"
@@ -56,16 +55,12 @@ export default function AboutPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Founder Empathy", title: "Founder Empathy", description: "Our team includes experienced founders who have navigated the challenges of scaling companies. We bring firsthand understanding to every partnership.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" },
description: "Our team includes experienced founders who have navigated the challenges of scaling companies. We bring firsthand understanding to every partnership.",
phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg" } phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg" }
}, },
{ {
id: 2, id: 2,
title: "Long-term Partnership", title: "Long-term Partnership", description: "We invest not just capital but our reputation, network, and operational expertise. Our success is measured by the long-term impact of our portfolio companies.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg" },
description: "We invest not just capital but our reputation, network, and operational expertise. Our success is measured by the long-term impact of our portfolio companies.",
phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" } phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" }
} }
]} ]}
@@ -75,7 +70,7 @@ export default function AboutPage() {
tag="Core Beliefs" tag="Core Beliefs"
tagIcon={Lightbulb} tagIcon={Lightbulb}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -100,7 +95,7 @@ export default function AboutPage() {
logoText="PitchDrive" logoText="PitchDrive"
copyrightText="© 2025 PitchDrive Capital. All rights reserved." copyrightText="© 2025 PitchDrive Capital. All rights reserved."
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Team", href: "/team" }, { label: "Insights", href: "/insights" }] }, { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] }, { title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] },
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] } { title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] }
]} ]}

View File

@@ -16,7 +16,7 @@ export default function ContactPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="aurora" background="circleGradient"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -28,7 +28,6 @@ export default function ContactPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" }, { name: "Portfolio", id: "/portfolio" },
{ name: "Insights", id: "/insights" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
brandName="PitchDrive" brandName="PitchDrive"
@@ -37,7 +36,7 @@ export default function ContactPage() {
/> />
</div> </div>
<div id="contact-form" data-section="contact-form"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
title="Let's Build Something Exceptional" title="Let's Build Something Exceptional"
description="If you're a founder building a category-defining company and looking for a capital partner who understands your vision, we'd love to hear from you." description="If you're a founder building a category-defining company and looking for a capital partner who understands your vision, we'd love to hear from you."
@@ -48,9 +47,7 @@ export default function ContactPage() {
{ name: "company_website", type: "text", placeholder: "www.yourcompany.com", required: false } { name: "company_website", type: "text", placeholder: "www.yourcompany.com", required: false }
]} ]}
textarea={{ textarea={{
name: "pitch_summary", name: "pitch_summary", placeholder: "Tell us about your company, the problem you're solving, and why now is the right time...", rows: 6,
placeholder: "Tell us about your company, the problem you're solving, and why now is the right time...",
rows: 6,
required: true required: true
}} }}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -66,7 +63,7 @@ export default function ContactPage() {
title="Get in Touch" title="Get in Touch"
description="Multiple ways to connect with our investment team and start the conversation" description="Multiple ways to connect with our investment team and start the conversation"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ id: "1", icon: Mail, title: "Email", value: "hello@pitchdrive.vc" }, { id: "1", icon: Mail, title: "Email", value: "hello@pitchdrive.vc" },
@@ -77,7 +74,7 @@ export default function ContactPage() {
/> />
</div> </div>
<div id="contact-faq" data-section="contact-faq"> <div id="faq" data-section="faq">
<FaqDouble <FaqDouble
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Everything you need to know about investing with PitchDrive Capital" description="Everything you need to know about investing with PitchDrive Capital"
@@ -100,7 +97,7 @@ export default function ContactPage() {
logoText="PitchDrive" logoText="PitchDrive"
copyrightText="© 2025 PitchDrive Capital. All rights reserved." copyrightText="© 2025 PitchDrive Capital. All rights reserved."
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Team", href: "/team" }, { label: "Insights", href: "/insights" }] }, { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] }, { title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] },
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] } { title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] }
]} ]}

View File

@@ -3,37 +3,24 @@ import { Merriweather } from "next/font/google";
import "./globals.css"; import "./globals.css";
const merriweather = Merriweather({ const merriweather = Merriweather({
variable: "--font-merriweather", variable: "--font-merriweather", subsets: ["latin"],
subsets: ["latin"],
weight: ["300", "400", "700", "900"], weight: ["300", "400", "700", "900"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "PitchDrive Capital - Early-Stage Venture Fund", title: "PitchDrive Capital - Early-Stage Venture Fund", description: "Early-stage venture capital fund investing in exceptional founders building category-defining companies. Portfolio of 42 companies with 7 unicorns.", keywords: "venture capital, startup funding, early-stage investing, founder-led, venture fund", metadataBase: new URL("https://pitchdrive.vc"),
description: "Early-stage venture capital fund investing in exceptional founders building category-defining companies. Portfolio of 42 companies with 7 unicorns.",
keywords: "venture capital, startup funding, early-stage investing, founder-led, venture fund",
metadataBase: new URL("https://pitchdrive.vc"),
alternates: { alternates: {
canonical: "https://pitchdrive.vc" canonical: "https://pitchdrive.vc"
}, },
openGraph: { openGraph: {
title: "PitchDrive Capital - Venture Capital for Exceptional Founders", title: "PitchDrive Capital - Venture Capital for Exceptional Founders", description: "Early-stage venture fund backing transformative founders and category-defining companies.", url: "https://pitchdrive.vc", siteName: "PitchDrive Capital", type: "website", images: [
description: "Early-stage venture fund backing transformative founders and category-defining companies.",
url: "https://pitchdrive.vc",
siteName: "PitchDrive Capital",
type: "website",
images: [
{ {
url: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", url: "https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", alt: "PitchDrive venture capital team"
alt: "PitchDrive venture capital team"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "PitchDrive Capital - Early-Stage Venture Fund", description: "Investing in exceptional founders building the next generation of category-defining companies.", images: ["https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"]
title: "PitchDrive Capital - Early-Stage Venture Fund",
description: "Investing in exceptional founders building the next generation of category-defining companies.",
images: ["https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"]
}, },
robots: { robots: {
index: true, index: true,

View File

@@ -1,4 +1,5 @@
"use client"; "use client";
import Link from "next/link";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
@@ -18,7 +19,7 @@ export default function HomePage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="aurora" background="circleGradient"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -30,7 +31,6 @@ export default function HomePage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" }, { name: "Portfolio", id: "/portfolio" },
{ name: "Insights", id: "/insights" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
brandName="PitchDrive" brandName="PitchDrive"
@@ -43,7 +43,7 @@ export default function HomePage() {
<HeroLogoBillboard <HeroLogoBillboard
logoText="PitchDrive" logoText="PitchDrive"
description="Early-stage venture capital fund investing in transformative founders building the next generation of category-defining companies." description="Early-stage venture capital fund investing in transformative founders building the next generation of category-defining companies."
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
imageSrc="https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg" imageSrc="https://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg"
imageAlt="PitchDrive venture capital team in discussion" imageAlt="PitchDrive venture capital team in discussion"
frameStyle="card" frameStyle="card"
@@ -61,7 +61,7 @@ export default function HomePage() {
icon={Rocket} icon={Rocket}
imageSrc="https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg" imageSrc="https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg"
imageAlt="PitchDrive founders and portfolio teams" imageAlt="PitchDrive founders and portfolio teams"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -86,16 +86,12 @@ export default function HomePage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Founder-First Selection", title: "Founder-First Selection", description: "We identify exceptional founders with proven execution ability, market insight, and relentless drive to build category-defining companies.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" },
description: "We identify exceptional founders with proven execution ability, market insight, and relentless drive to build category-defining companies.",
phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg" } phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173732.jpg" }
}, },
{ {
id: 2, id: 2,
title: "Active Value Creation", title: "Active Value Creation", description: "Our experienced team provides hands-on mentorship, strategic guidance, and operational support to accelerate growth and market leadership.", phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg" },
description: "Our experienced team provides hands-on mentorship, strategic guidance, and operational support to accelerate growth and market leadership.",
phoneOne: { imageSrc: "https://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167443.jpg" },
phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" } phoneTwo: { imageSrc: "https://img.b2bpic.net/free-photo/business-people-working-with-ipad-high-angle_23-2150103555.jpg" }
} }
]} ]}
@@ -105,7 +101,7 @@ export default function HomePage() {
tag="Our Strategy" tag="Our Strategy"
tagIcon={Lightbulb} tagIcon={Lightbulb}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -139,7 +135,7 @@ export default function HomePage() {
title="Founder Success Stories" title="Founder Success Stories"
description="What exceptional founders say about partnering with PitchDrive Capital" description="What exceptional founders say about partnering with PitchDrive Capital"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
/> />
</div> </div>
@@ -149,7 +145,7 @@ export default function HomePage() {
logoText="PitchDrive" logoText="PitchDrive"
copyrightText="© 2025 PitchDrive Capital. All rights reserved." copyrightText="© 2025 PitchDrive Capital. All rights reserved."
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Team", href: "/team" }, { label: "Insights", href: "/insights" }] }, { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] }, { title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] },
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] } { title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] }
]} ]}

View File

@@ -16,7 +16,7 @@ export default function PortfolioPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="aurora" background="circleGradient"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
@@ -28,7 +28,6 @@ export default function PortfolioPage() {
{ name: "Home", id: "/" }, { name: "Home", id: "/" },
{ name: "About", id: "/about" }, { name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" }, { name: "Portfolio", id: "/portfolio" },
{ name: "Insights", id: "/insights" },
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
brandName="PitchDrive" brandName="PitchDrive"
@@ -70,7 +69,7 @@ export default function PortfolioPage() {
title="Founder Success Stories" title="Founder Success Stories"
description="What exceptional founders say about partnering with PitchDrive Capital" description="What exceptional founders say about partnering with PitchDrive Capital"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
animationType="slide-up" animationType="slide-up"
/> />
</div> </div>
@@ -96,7 +95,7 @@ export default function PortfolioPage() {
logoText="PitchDrive" logoText="PitchDrive"
copyrightText="© 2025 PitchDrive Capital. All rights reserved." copyrightText="© 2025 PitchDrive Capital. All rights reserved."
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Team", href: "/team" }, { label: "Insights", href: "/insights" }] }, { title: "Company", items: [{ label: "About", href: "/about" }, { label: "Portfolio", href: "/portfolio" }, { label: "Contact", href: "/contact" }] },
{ title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] }, { title: "Resources", items: [{ label: "Portfolio", href: "/portfolio" }, { label: "Blog", href: "https://blog.pitchdrive.vc" }, { label: "Founder Resources", href: "https://resources.pitchdrive.vc" }] },
{ title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] } { title: "Connect", items: [{ label: "Contact", href: "/contact" }, { label: "hello@pitchdrive.vc", href: "mailto:hello@pitchdrive.vc" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }] }
]} ]}