Update src/app/investeerders/page.tsx
This commit is contained in:
@@ -7,6 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import { Sparkles } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -56,15 +57,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-seed", badge: "Start", badgeIcon: "Sparkles", price: "Op aanvraag", subtitle: "Vroege fase investering", features: [
|
||||
id: "plan-seed", badge: "Start", badgeIcon: Sparkles, price: "Op aanvraag", subtitle: "Vroege fase investering", features: [
|
||||
"Deel van ons groeiverhaal", "Regelmatige updates", "Exclusieve evenementen", "Netwerkmogelijkheden", "Prioriteit voor nieuwe concepten"],
|
||||
},
|
||||
{
|
||||
id: "plan-growth", badge: "Groei", badgeIcon: "Sparkles", price: "Op aanvraag", subtitle: "Schaalvergroting partner", features: [
|
||||
id: "plan-growth", badge: "Groei", badgeIcon: Sparkles, price: "Op aanvraag", subtitle: "Schaalvergroting partner", features: [
|
||||
"Strategische invloed", "Versnelde expansie", "Potentieel voor hoge rendementen", "Diepgaande marktanalyses", "Deelname aan bestuursvergaderingen"],
|
||||
},
|
||||
{
|
||||
id: "plan-strategic", badge: "Strategisch", badgeIcon: "Sparkles", price: "Op aanvraag", subtitle: "Lange termijn samenwerking", features: [
|
||||
id: "plan-strategic", badge: "Strategisch", badgeIcon: Sparkles, price: "Op aanvraag", subtitle: "Lange termijn samenwerking", features: [
|
||||
"Cruciale rol in ontwikkeling", "Toegang tot management", "Maximale impact", "Exclusieve investeringsmogelijkheden", "Co-creatie van toekomstige projecten"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user