Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b7451541d | |||
| 4b8ddd31a2 | |||
| b8a5900ced |
@@ -3,7 +3,7 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
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 ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
@@ -78,17 +78,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<MediaAbout
|
<SplitAboutMetric
|
||||||
title="Catalyzing Israeli Tech Excellence"
|
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."
|
description={[
|
||||||
tag="Our Mission"
|
"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."
|
||||||
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" }
|
|
||||||
]}
|
]}
|
||||||
|
metrics={[
|
||||||
|
{ label: "Companies Backed", value: "45+" },
|
||||||
|
{ label: "Unicorns Created", value: "8" }
|
||||||
|
]}
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user