Update src/app/page.tsx
This commit is contained in:
@@ -124,33 +124,48 @@ export default function LandingPage() {
|
|||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "capital",
|
id: "capital",
|
||||||
price: "$250K",
|
tag: "Investment",
|
||||||
|
period: "Flexible Terms",
|
||||||
|
price: "$250K+",
|
||||||
|
description: "Comprehensive funding solutions",
|
||||||
|
featuresTitle: "What's Included",
|
||||||
features: [
|
features: [
|
||||||
"Seed to Series B funding",
|
"Seed to Series B funding",
|
||||||
"Strategic follow-on investments",
|
"Strategic follow-on investments",
|
||||||
"Custom deal structures",
|
"Custom deal structures",
|
||||||
"Fast decision timelines"
|
"Fast decision timelines"
|
||||||
]
|
],
|
||||||
|
button: { text: "Learn More", href: "#" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "mentorship",
|
id: "mentorship",
|
||||||
price: "Expert",
|
tag: "Guidance",
|
||||||
|
period: "Ongoing Support",
|
||||||
|
price: "Expert Network",
|
||||||
|
description: "Strategic mentorship and guidance",
|
||||||
|
featuresTitle: "Mentorship Benefits",
|
||||||
features: [
|
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"
|
||||||
]
|
],
|
||||||
|
button: { text: "Connect", href: "#" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "network",
|
id: "network",
|
||||||
price: "Global",
|
tag: "Access",
|
||||||
|
period: "Global Reach",
|
||||||
|
price: "International",
|
||||||
|
description: "Cross-border network access",
|
||||||
|
featuresTitle: "Network Benefits",
|
||||||
features: [
|
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"
|
||||||
]
|
],
|
||||||
|
button: { text: "Explore", href: "#" }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user