Update src/app/page.tsx
This commit is contained in:
@@ -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: "#" }
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user