Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| abc9c379ef | |||
| ecd15a1fac | |||
| 76d580b991 | |||
| 3116b6328a |
@@ -1,5 +1,5 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Prata } from "next/font/google";
|
||||
import { Prata, Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
@@ -10,6 +10,11 @@ const prata = Prata({
|
||||
weight: ["400"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Joule VC | Venture Capital in Tel Aviv",
|
||||
description: "Israeli venture capital firm investing in infrastructure, fintech, and enterprise software from seed to Series B. Based in Tel Aviv.",
|
||||
@@ -49,7 +54,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={prata.variable}
|
||||
className={`${prata.variable} ${inter.variable}`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
@@ -1275,4 +1280,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,8 @@ import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Zap, Target, Briefcase, Mail } from "lucide-react";
|
||||
import TeamCardThree from '@/components/sections/team/TeamCardThree';
|
||||
import { Zap, Target, Briefcase, Mail, Linkedin, Twitter, Github } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -26,6 +27,15 @@ export default function LandingPage() {
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<style>{`
|
||||
body {
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: var(--font-prata), serif;
|
||||
}
|
||||
`}</style>
|
||||
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
brandName="Joule VC"
|
||||
@@ -122,39 +132,56 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<ProductCardFive
|
||||
title="Our Portfolio Companies"
|
||||
description="Backed companies driving change across infrastructure, fintech, and enterprise sectors"
|
||||
tag="Portfolio"
|
||||
tagIcon={Briefcase}
|
||||
<TeamCardThree
|
||||
title="Our Team"
|
||||
description="Meet the experienced investors and operators guiding our portfolio companies to success"
|
||||
tag="Leadership"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766139083006-v50xgv4n.jpg",
|
||||
imageAlt: "Portfolio company founder team",
|
||||
button: { text: "View Details" }
|
||||
name: "David Rosenthal",
|
||||
role: "Managing Partner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184201718-hfojd9bk.jpg",
|
||||
imageAlt: "David Rosenthal",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/davidrosenthal" },
|
||||
{ icon: Twitter, url: "https://twitter.com/davidrosenthal" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766139083006-v50xgv4n.jpg",
|
||||
imageAlt: "Portfolio company office",
|
||||
button: { text: "View Details" }
|
||||
name: "Sarah Chen",
|
||||
role: "Partner, FinTech",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766413573247-3ipcdlat.jpg",
|
||||
imageAlt: "Sarah Chen",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/sarahchen" },
|
||||
{ icon: Twitter, url: "https://twitter.com/sarahchen" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766139083006-v50xgv4n.jpg",
|
||||
imageAlt: "Portfolio company product demo",
|
||||
button: { text: "View Details" }
|
||||
name: "Yonatan Levy",
|
||||
role: "Partner, Infrastructure",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766183841431-v1xtegko.jpg",
|
||||
imageAlt: "Yonatan Levy",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/yonatan" },
|
||||
{ icon: Github, url: "https://github.com/yonatan" }
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766139083006-v50xgv4n.jpg",
|
||||
imageAlt: "Portfolio company presentation",
|
||||
button: { text: "View Details" }
|
||||
name: "Miriam Avram",
|
||||
role: "Operations Lead",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767037324057-26x7c3ln.jpg",
|
||||
imageAlt: "Miriam Avram",
|
||||
socialLinks: [
|
||||
{ icon: Linkedin, url: "https://linkedin.com/in/miriavram" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -228,4 +255,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user