13 Commits

Author SHA1 Message Date
2439e42a63 Update src/app/layout.tsx 2026-01-03 08:15:06 +00:00
186fa09a8f Update src/app/globals.css 2026-01-03 08:15:05 +00:00
bf9bc43ca4 Update src/app/page.tsx 2026-01-03 06:56:18 +00:00
faeaacc4bf Update src/app/page.tsx 2026-01-03 06:54:10 +00:00
31c7f112eb Update src/app/page.tsx 2026-01-03 06:52:08 +00:00
a7b2d1714f Update src/app/page.tsx 2026-01-03 06:49:48 +00:00
295b9abbac Update src/app/layout.tsx 2026-01-03 06:49:47 +00:00
0658b05349 Update src/app/page.tsx 2026-01-03 06:47:15 +00:00
34fd7af964 Update src/app/page.tsx 2026-01-03 06:45:10 +00:00
60ee1823e5 Update src/app/globals.css 2026-01-03 06:45:09 +00:00
dfbf0f40fb Update src/app/page.tsx 2026-01-02 22:18:06 +00:00
02e6d68d42 Update src/app/layout.tsx 2026-01-02 22:18:05 +00:00
6848704daa Update src/app/globals.css 2026-01-02 22:18:04 +00:00
3 changed files with 54 additions and 42 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fff8f5;;
--card: #fff0eb;;
--foreground: #3d2c29;;
--primary-cta: #e8a090;;
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--primary-cta: #3b82f6;;
--secondary-cta: #ffffff;;
--accent: #f5d5cc;;
--background-accent: #f0c4b8;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
@@ -495,7 +495,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-source-serif-4), sans-serif;
font-family: var(--font-cormorant-garamond), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-source-serif-4), sans-serif;
font-family: var(--font-cormorant-garamond), sans-serif;
}

View File

@@ -1,12 +1,13 @@
import type { Metadata } from "next";
import { Source_Serif_4 } from "next/font/google";
import { Cormorant_Garamond } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const sourceSerif4 = Source_Serif_4({
variable: "--font-source-serif-4",
const cormorantGaramond = Cormorant_Garamond({
variable: "--font-cormorant-garamond",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
@@ -49,7 +50,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${sourceSerif4.variable} antialiased`}
className={`${cormorantGaramond.variable} antialiased`}
>
<Tag />
{children}

View File

@@ -1,10 +1,11 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TagAbout from '@/components/sections/about/TagAbout';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactText from '@/components/sections/contact/ContactText';
@@ -113,48 +114,58 @@ export default function LandingPage() {
</div>
<div id="services" data-section="services">
<FeatureCardTwelve
<PricingCardFive
title="What We Provide"
description="Beyond capital, we offer strategic support to accelerate your growth."
tag="Services"
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
features={[
plans={[
{
id: "capital",
label: "Capital",
title: "Flexible Funding Solutions",
items: [
"Early-stage to growth funding",
"Seed to Series B rounds",
tag: "Investment",
period: "Flexible Terms",
price: "$250K+",
description: "Comprehensive funding solutions",
featuresTitle: "What's Included",
features: [
"Seed to Series B funding",
"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",
label: "Mentorship",
title: "Expert Guidance",
items: [
tag: "Guidance",
period: "Ongoing Support",
price: "Expert Network",
description: "Strategic mentorship and guidance",
featuresTitle: "Mentorship Benefits",
features: [
"Industry veteran network",
"Go-to-market strategy",
"Product development guidance",
"Fundraising support"
],
buttons: [{ text: "Meet Our Team", href: "#" }]
button: { text: "Connect", href: "#" }
},
{
id: "network",
label: "Network",
title: "Global Connections",
items: [
tag: "Access",
period: "Global Reach",
price: "International",
description: "Cross-border network access",
featuresTitle: "Network Benefits",
features: [
"Israeli tech ecosystem access",
"US market introductions",
"Strategic partnerships",
"Customer & investor networks"
],
buttons: [{ text: "Our Network", href: "#" }]
button: { text: "Explore", href: "#" }
}
]}
/>
@@ -174,48 +185,48 @@ export default function LandingPage() {
name: "Avi Peled",
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.",
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",
name: "Sarah Chen",
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.",
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",
name: "David Rosenberg",
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.",
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",
name: "Noga Tzemach",
handle: "@nogaztech",
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",
name: "Michael Torres",
handle: "@mtorres_ai",
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",
name: "Yael Steinberg",
handle: "@yaelsteinberg",
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
}
]}
/>