From 31c7f112ebcabb05e22ff6751f91a2bd2bc9f268 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 06:52:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbb2ecf..da2b0c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" } } ]} />