7 Commits

Author SHA1 Message Date
f1dd48cbba Update src/app/page.tsx 2026-01-22 20:17:17 +00:00
312bc2a60b Update src/app/portfolio/page.tsx 2026-01-22 19:59:54 +00:00
8302ca91e5 Update src/app/page.tsx 2026-01-22 19:59:53 +00:00
32efffa271 Update src/app/layout.tsx 2026-01-22 19:59:52 +00:00
f4e44a8337 Update src/app/contact/page.tsx 2026-01-22 19:59:51 +00:00
f07fbb5751 Update src/app/blog/page.tsx 2026-01-22 19:59:50 +00:00
d5806e5e11 Update src/app/about/page.tsx 2026-01-22 19:59:50 +00:00
6 changed files with 7 additions and 7 deletions

View File

@@ -126,4 +126,4 @@ export default function AboutPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -186,4 +186,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -137,4 +137,4 @@ export default function ContactPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -1258,4 +1258,4 @@ export default function RootLayout({
</body> </body>
</html> </html>
); );
} }

View File

@@ -43,7 +43,7 @@ export default function HomePage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel <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." 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" tag="VC Fund - Belgium"
tagIcon={Rocket} tagIcon={Rocket}
@@ -202,4 +202,4 @@ export default function HomePage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -165,4 +165,4 @@ export default function PortfolioPage() {
/> />
</ThemeProvider> </ThemeProvider>
); );
} }