From 60ee1823e58cd1afb11be6605f8faa2957a4c1e6 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 06:45:09 +0000 Subject: [PATCH 1/2] Update src/app/globals.css --- src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2b1b2eb..ceafc86 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -7,7 +7,7 @@ --background: #ffffff;; --card: #fcfcfc;; --foreground: #000000e6;; - --primary-cta: #409fff;; + --primary-cta: #3b82f6;; --secondary-cta: #ffffff;; --accent: #e2e2e2;; --background-accent: #c4c4c4;; From 34fd7af9640ddbb6018c7b7367b23c0813533005 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 06:45:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++---------------------- 1 file changed, 6 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f733fa1..e80da7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]}