1 Commits

Author SHA1 Message Date
4b8ddd31a2 Update src/app/page.tsx 2025-12-29 11:22:10 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import SplitAboutMetric from '@/components/sections/about/SplitAboutMetric';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
@@ -78,17 +78,16 @@ export default function LandingPage() {
</div>
<div id="about" data-section="about">
<MediaAbout
<SplitAboutMetric
title="Catalyzing Israeli Tech Excellence"
description="Disruptive Fund is dedicated to empowering early-stage startups from Israel and the region. We provide capital, mentorship, and strategic connections to help founders scale globally. With a track record of backing industry leaders, we focus on deep tech, SaaS, and fintech innovations."
tag="Our Mission"
tagIcon={Target}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766318234070-3a71e283.jpg"
imageAlt="Disruptive Fund leadership team"
useInvertedBackground="noInvert"
buttons={[
{ text: "Learn More", href: "about" }
description={[
"Disruptive Fund is dedicated to empowering early-stage startups from Israel and the region. We provide capital, mentorship, and strategic connections to help founders scale globally. With a track record of backing industry leaders, we focus on deep tech, SaaS, and fintech innovations."
]}
metrics={[
{ label: "Companies Backed", value: "45+" },
{ label: "Unicorns Created", value: "8" }
]}
useInvertedBackground="noInvert"
/>
</div>