Merge version_3 into main #5

Merged
development merged 1 commits from version_3 into main 2026-01-03 06:52:13 +00:00

View File

@@ -124,33 +124,48 @@ export default function LandingPage() {
plans={[
{
id: "capital",
price: "$250K",
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",
"Fast decision timelines"
]
],
button: { text: "Learn More", href: "#" }
},
{
id: "mentorship",
price: "Expert",
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"
]
],
button: { text: "Connect", href: "#" }
},
{
id: "network",
price: "Global",
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"
]
],
button: { text: "Explore", href: "#" }
}
]}
/>