Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 659ac88405 | |||
| f1dd48cbba | |||
| 531daa0012 | |||
| 312bc2a60b | |||
| 8302ca91e5 | |||
| 32efffa271 | |||
| f4e44a8337 | |||
| f07fbb5751 | |||
| d5806e5e11 | |||
| cd765cef40 | |||
| 7284d3f916 | |||
| a377fb7d45 | |||
| 28dbe9b3e5 | |||
| 3b641b516e | |||
| 49e94f930c | |||
| 75aba2cd54 |
@@ -26,6 +26,7 @@ export default function AboutPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="PitchDrive"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Team", id: "/team" },
|
||||
@@ -125,4 +126,4 @@ export default function AboutPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -125,12 +125,12 @@ export default function BlogPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="PitchDrive"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Portfolio", id: "portfolio" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Team", id: "/team" },
|
||||
{ name: "Blog", id: "https://blog.pitchdrive.com" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
bottomLeftText="Antwerp, Belgium"
|
||||
bottomRightText="hello@pitchdrive.vc"
|
||||
@@ -158,9 +158,9 @@ export default function BlogPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Team", href: "team" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Team", href: "/team" },
|
||||
{ label: "Blog", href: "https://blog.pitchdrive.vc" }
|
||||
]
|
||||
},
|
||||
@@ -168,8 +168,8 @@ export default function BlogPage() {
|
||||
title: "Resources", items: [
|
||||
{ label: "Founder Resources", href: "https://pitchdrive.vc/resources" },
|
||||
{ label: "Investment Process", href: "https://pitchdrive.vc/how-we-invest" },
|
||||
{ label: "FAQ", href: "faq" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
{ label: "FAQ", href: "/faq" },
|
||||
{ label: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -186,4 +186,4 @@ export default function BlogPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ export default function ContactPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="PitchDrive"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Team", id: "/team" },
|
||||
@@ -136,4 +137,4 @@ export default function ContactPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1258,4 +1258,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -29,6 +29,7 @@ export default function HomePage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="PitchDrive"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Team", id: "/team" },
|
||||
@@ -42,7 +43,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Founders investing in founders"
|
||||
title="I love Webild"
|
||||
description="PitchDrive is a venture capital firm based in Antwerp, Belgium, founded by successful entrepreneurs who understand what it takes to build transformative companies. We provide not just capital, but strategic guidance and operational expertise."
|
||||
tag="VC Fund - Belgium"
|
||||
tagIcon={Rocket}
|
||||
@@ -201,4 +202,4 @@ export default function HomePage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -26,6 +26,7 @@ export default function PortfolioPage() {
|
||||
<NavbarStyleFullscreen
|
||||
brandName="PitchDrive"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Portfolio", id: "/portfolio" },
|
||||
{ name: "Team", id: "/team" },
|
||||
@@ -164,4 +165,4 @@ export default function PortfolioPage() {
|
||||
/>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user