Update src/app/page.tsx
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
||||
import TagAbout from '@/components/sections/about/TagAbout';
|
||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
@@ -113,48 +114,58 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardTwelve
|
||||
<PricingCardFive
|
||||
title="What We Provide"
|
||||
description="Beyond capital, we offer strategic support to accelerate your growth."
|
||||
tag="Services"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
plans={[
|
||||
{
|
||||
id: "capital",
|
||||
label: "Capital",
|
||||
title: "Flexible Funding Solutions",
|
||||
items: [
|
||||
"Early-stage to growth funding",
|
||||
"Seed to Series B rounds",
|
||||
tag: "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:",
|
||||
features: [
|
||||
"Seed to Series B funding",
|
||||
"Strategic follow-on investments",
|
||||
"Custom deal structures"
|
||||
],
|
||||
buttons: [{ text: "Investment Details", href: "#" }]
|
||||
"Custom deal structures",
|
||||
"Fast decision timelines"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "mentorship",
|
||||
label: "Mentorship",
|
||||
title: "Expert Guidance",
|
||||
items: [
|
||||
tag: "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:",
|
||||
features: [
|
||||
"Industry veteran network",
|
||||
"Go-to-market strategy",
|
||||
"Product development guidance",
|
||||
"Fundraising support"
|
||||
],
|
||||
buttons: [{ text: "Meet Our Team", href: "#" }]
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "network",
|
||||
label: "Network",
|
||||
title: "Global Connections",
|
||||
items: [
|
||||
tag: "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:",
|
||||
features: [
|
||||
"Israeli tech ecosystem access",
|
||||
"US market introductions",
|
||||
"Strategic partnerships",
|
||||
"Customer & investor networks"
|
||||
],
|
||||
buttons: [{ text: "Our Network", href: "#" }]
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -308,4 +319,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user