Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2439e42a63 | |||
| 186fa09a8f | |||
| bf9bc43ca4 | |||
| faeaacc4bf | |||
| 31c7f112eb | |||
| a7b2d1714f | |||
| 295b9abbac | |||
| 0658b05349 | |||
| 34fd7af964 | |||
| 60ee1823e5 | |||
| dfbf0f40fb | |||
| 02e6d68d42 | |||
| 6848704daa |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #fff8f5;;
|
--background: #ffffff;;
|
||||||
--card: #fff0eb;;
|
--card: #fcfcfc;;
|
||||||
--foreground: #3d2c29;;
|
--foreground: #000000e6;;
|
||||||
--primary-cta: #e8a090;;
|
--primary-cta: #3b82f6;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;;
|
||||||
--accent: #f5d5cc;;
|
--accent: #e2e2e2;;
|
||||||
--background-accent: #f0c4b8;;
|
--background-accent: #c4c4c4;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-source-serif-4), sans-serif;
|
font-family: var(--font-cormorant-garamond), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-source-serif-4), sans-serif;
|
font-family: var(--font-cormorant-garamond), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -1,12 +1,13 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Source_Serif_4 } from "next/font/google";
|
import { Cormorant_Garamond } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const sourceSerif4 = Source_Serif_4({
|
const cormorantGaramond = Cormorant_Garamond({
|
||||||
variable: "--font-source-serif-4",
|
variable: "--font-cormorant-garamond",
|
||||||
subsets: ["latin"],
|
subsets: ["latin"],
|
||||||
|
weight: ["300", "400", "500", "600", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
@@ -49,7 +50,7 @@ export default function RootLayout({
|
|||||||
<html lang="en" suppressHydrationWarning>
|
<html lang="en" suppressHydrationWarning>
|
||||||
<ServiceWrapper>
|
<ServiceWrapper>
|
||||||
<body
|
<body
|
||||||
className={`${sourceSerif4.variable} antialiased`}
|
className={`${cormorantGaramond.variable} antialiased`}
|
||||||
>
|
>
|
||||||
<Tag />
|
<Tag />
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
@@ -1,10 +1,11 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||||
import TagAbout from '@/components/sections/about/TagAbout';
|
import TagAbout from '@/components/sections/about/TagAbout';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
@@ -113,48 +114,58 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
<div id="services" data-section="services">
|
||||||
<FeatureCardTwelve
|
<PricingCardFive
|
||||||
title="What We Provide"
|
title="What We Provide"
|
||||||
description="Beyond capital, we offer strategic support to accelerate your growth."
|
description="Beyond capital, we offer strategic support to accelerate your growth."
|
||||||
|
tag="Services"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground="noInvert"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "capital",
|
id: "capital",
|
||||||
label: "Capital",
|
tag: "Investment",
|
||||||
title: "Flexible Funding Solutions",
|
period: "Flexible Terms",
|
||||||
items: [
|
price: "$250K+",
|
||||||
"Early-stage to growth funding",
|
description: "Comprehensive funding solutions",
|
||||||
"Seed to Series B rounds",
|
featuresTitle: "What's Included",
|
||||||
|
features: [
|
||||||
|
"Seed to Series B funding",
|
||||||
"Strategic follow-on investments",
|
"Strategic follow-on investments",
|
||||||
"Custom deal structures"
|
"Custom deal structures",
|
||||||
|
"Fast decision timelines"
|
||||||
],
|
],
|
||||||
buttons: [{ text: "Investment Details", href: "#" }]
|
button: { text: "Learn More", href: "#" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "mentorship",
|
id: "mentorship",
|
||||||
label: "Mentorship",
|
tag: "Guidance",
|
||||||
title: "Expert Guidance",
|
period: "Ongoing Support",
|
||||||
items: [
|
price: "Expert Network",
|
||||||
|
description: "Strategic mentorship and guidance",
|
||||||
|
featuresTitle: "Mentorship Benefits",
|
||||||
|
features: [
|
||||||
"Industry veteran network",
|
"Industry veteran network",
|
||||||
"Go-to-market strategy",
|
"Go-to-market strategy",
|
||||||
"Product development guidance",
|
"Product development guidance",
|
||||||
"Fundraising support"
|
"Fundraising support"
|
||||||
],
|
],
|
||||||
buttons: [{ text: "Meet Our Team", href: "#" }]
|
button: { text: "Connect", href: "#" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "network",
|
id: "network",
|
||||||
label: "Network",
|
tag: "Access",
|
||||||
title: "Global Connections",
|
period: "Global Reach",
|
||||||
items: [
|
price: "International",
|
||||||
|
description: "Cross-border network access",
|
||||||
|
featuresTitle: "Network Benefits",
|
||||||
|
features: [
|
||||||
"Israeli tech ecosystem access",
|
"Israeli tech ecosystem access",
|
||||||
"US market introductions",
|
"US market introductions",
|
||||||
"Strategic partnerships",
|
"Strategic partnerships",
|
||||||
"Customer & investor networks"
|
"Customer & investor networks"
|
||||||
],
|
],
|
||||||
buttons: [{ text: "Our Network", href: "#" }]
|
button: { text: "Explore", href: "#" }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -174,48 +185,48 @@ export default function LandingPage() {
|
|||||||
name: "Avi Peled",
|
name: "Avi Peled",
|
||||||
handle: "@avipeled",
|
handle: "@avipeled",
|
||||||
testimonial: "Joule VC didn't just provide capital—they opened doors across the US market that would have taken us years to access. Their network is invaluable.",
|
testimonial: "Joule VC didn't just provide capital—they opened doors across the US market that would have taken us years to access. Their network is invaluable.",
|
||||||
rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767391976473-pyurxsk4.jpg",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767391976473-pyurxsk4.jpg"
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "Sarah Chen",
|
name: "Sarah Chen",
|
||||||
handle: "@sarahchen_bio",
|
handle: "@sarahchen_bio",
|
||||||
testimonial: "The mentorship from the Joule team transformed our product strategy. They understood both the Israeli innovation culture and American market demands.",
|
testimonial: "The mentorship from the Joule team transformed our product strategy. They understood both the Israeli innovation culture and American market demands.",
|
||||||
rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392019792-uswlqn6z.jpg",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392019792-uswlqn6z.jpg"
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "David Rosenberg",
|
name: "David Rosenberg",
|
||||||
handle: "@davidrosenberg",
|
handle: "@davidrosenberg",
|
||||||
testimonial: "What impressed us most was their hands-on approach. They're true partners, not just investors. Best decision we made early on.",
|
testimonial: "What impressed us most was their hands-on approach. They're true partners, not just investors. Best decision we made early on.",
|
||||||
rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392020194-wypti3l4.jpg",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392020194-wypti3l4.jpg"
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "Noga Tzemach",
|
name: "Noga Tzemach",
|
||||||
handle: "@nogaztech",
|
handle: "@nogaztech",
|
||||||
testimonial: "Joule VC understood our vision from day one. They provided not just capital but a roadmap to scale globally. Exceptional partners.",
|
testimonial: "Joule VC understood our vision from day one. They provided not just capital but a roadmap to scale globally. Exceptional partners.",
|
||||||
rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767391977462-3pyh5z5x.jpg",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767391977462-3pyh5z5x.jpg"
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5",
|
||||||
name: "Michael Torres",
|
name: "Michael Torres",
|
||||||
handle: "@mtorres_ai",
|
handle: "@mtorres_ai",
|
||||||
testimonial: "Their blend of Israeli hustle and American business acumen created the perfect environment for us to thrive. Highly recommend.",
|
testimonial: "Their blend of Israeli hustle and American business acumen created the perfect environment for us to thrive. Highly recommend.",
|
||||||
rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392020955-0tlhn7e2.jpg",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392020955-0tlhn7e2.jpg"
|
rating: 5
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6",
|
||||||
name: "Yael Steinberg",
|
name: "Yael Steinberg",
|
||||||
handle: "@yaelsteinberg",
|
handle: "@yaelsteinberg",
|
||||||
testimonial: "From pitch to growth, Joule VC provided strategic guidance every step of the way. They truly care about founder success.",
|
testimonial: "From pitch to growth, Joule VC provided strategic guidance every step of the way. They truly care about founder success.",
|
||||||
rating: 5,
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392021397-09avnbnw.jpg",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767392021397-09avnbnw.jpg"
|
rating: 5
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user