diff --git a/public/images/ventures/cybercity.png b/public/images/ventures/cybercity.png new file mode 100644 index 0000000..452e6a5 Binary files /dev/null and b/public/images/ventures/cybercity.png differ diff --git a/public/images/ventures/earth.jpg b/public/images/ventures/earth.jpg new file mode 100644 index 0000000..6284f35 Binary files /dev/null and b/public/images/ventures/earth.jpg differ diff --git a/public/images/ventures/freezone.png b/public/images/ventures/freezone.png new file mode 100644 index 0000000..612ebc5 Binary files /dev/null and b/public/images/ventures/freezone.png differ diff --git a/public/images/ventures/geo_ico.png b/public/images/ventures/geo_ico.png new file mode 100644 index 0000000..364cb99 Binary files /dev/null and b/public/images/ventures/geo_ico.png differ diff --git a/public/images/ventures/habari.png b/public/images/ventures/habari.png new file mode 100644 index 0000000..f951e58 Binary files /dev/null and b/public/images/ventures/habari.png differ diff --git a/public/images/ventures/hero.png b/public/images/ventures/hero.png new file mode 100644 index 0000000..00cc34f Binary files /dev/null and b/public/images/ventures/hero.png differ diff --git a/public/images/ventures/ow_icon.png b/public/images/ventures/ow_icon.png new file mode 100644 index 0000000..0a41e0a Binary files /dev/null and b/public/images/ventures/ow_icon.png differ diff --git a/public/images/ventures/tf.png b/public/images/ventures/tf.png new file mode 100644 index 0000000..2e782d5 Binary files /dev/null and b/public/images/ventures/tf.png differ diff --git a/src/app/ventures/page.tsx b/src/app/ventures/page.tsx new file mode 100644 index 0000000..532b4e2 --- /dev/null +++ b/src/app/ventures/page.tsx @@ -0,0 +1,35 @@ +import { CallToAction } from '@/components/CallToAction' +import { Faqs } from '@/components/Faqs' +import { Footer } from '@/components/Footer' +import { Header_darkbg } from '@/components/Header_darkbg' +import { HomeAbout } from '@/components/HomeAbout' +import { Hero } from '@/components/Hero' +import { Pricing } from '@/components/Pricing' +import { PrimaryFeatures } from '@/components/PrimaryFeatures' +import { SecondaryFeatures } from '@/components/SecondaryFeatures' +import { Testimonials } from '@/components/Testimonials' +import { HomePrinciples } from '@/components/HomePrinciples' +import { HomeMilestones } from '@/components/HomeMilestones' +import { HomeVentures } from '@/components/HomeVentures' +import { Quote } from '@/components/Quote' +import { AboutHero } from '@/components/AboutHero' +import { AboutMission } from '@/components/AboutMission' +import { AboutExperience } from '@/components/AboutExperience' +import { VenturesHero } from '@/components/VenturesHero' + +export default function Ventures() { + return ( + <> + +
+ + + + + + +
+