Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-01-03 06:45:15 +00:00
2 changed files with 7 additions and 23 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--primary-cta: #409fff;;
--primary-cta: #3b82f6;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;

View File

@@ -124,12 +124,9 @@ export default function LandingPage() {
plans={[
{
id: "capital",
tag: "Capital",
badge: "Capital",
price: "$250K",
period: "- $2M",
description: "Flexible funding solutions from early-stage to growth rounds. Custom deal structures tailored to your needs.",
button: { text: "Investment Details", href: "#" },
featuresTitle: "What's Included:",
subtitle: "Flexible funding solutions from early-stage to growth rounds. Custom deal structures tailored to your needs.",
features: [
"Seed to Series B funding",
"Strategic follow-on investments",
@@ -139,12 +136,9 @@ export default function LandingPage() {
},
{
id: "mentorship",
tag: "Mentorship",
badge: "Mentorship",
price: "Expert",
period: "Guidance",
description: "Industry veteran network providing strategic guidance. Go-to-market strategy and product development support.",
button: { text: "Meet Our Team", href: "#" },
featuresTitle: "What's Included:",
subtitle: "Industry veteran network providing strategic guidance. Go-to-market strategy and product development support.",
features: [
"Industry veteran network",
"Go-to-market strategy",
@@ -154,12 +148,9 @@ export default function LandingPage() {
},
{
id: "network",
tag: "Network",
badge: "Network",
price: "Global",
period: "Connections",
description: "Access to Israeli tech ecosystem and US market introductions. Strategic partnerships and customer networks.",
button: { text: "Our Network", href: "#" },
featuresTitle: "What's Included:",
subtitle: "Access to Israeli tech ecosystem and US market introductions. Strategic partnerships and customer networks.",
features: [
"Israeli tech ecosystem access",
"US market introductions",
@@ -178,14 +169,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground="noInvert"
animationType="slide-up"
showRating={true}
testimonials={[
{
id: "1",
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"
},
{
@@ -193,7 +182,6 @@ export default function LandingPage() {
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"
},
{
@@ -201,7 +189,6 @@ export default function LandingPage() {
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"
},
{
@@ -209,7 +196,6 @@ export default function LandingPage() {
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"
},
{
@@ -217,7 +203,6 @@ export default function LandingPage() {
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"
},
{
@@ -225,7 +210,6 @@ export default function LandingPage() {
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"
}
]}