diff --git a/src/app/ventures/cybercity/page.tsx b/src/app/ventures/cybercity/page.tsx new file mode 100644 index 0000000..50bcd85 --- /dev/null +++ b/src/app/ventures/cybercity/page.tsx @@ -0,0 +1,24 @@ +import { CallToAction } from '@/components/CallToAction' +import { Faqs } from '@/components/Faqs' +import { Footer } from '@/components/Footer' +import { Header_darkbg } from '@/components/Header_darkbg' +import { Quote } from '@/components/Quote' +import { VenturesFreezone } from '@/components/VenturesFreezone' +import { VenturesGeomind } from '@/components/VenturesGeomind' +import { VenturesCybercity } from '@/components/VenturesCybercity' + + +export default function cybercity() { + return ( + <> + +
+ + + + +
+