add cyber
This commit is contained in:
24
src/app/ventures/cybercity/page.tsx
Normal file
24
src/app/ventures/cybercity/page.tsx
Normal file
@@ -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 (
|
||||
<>
|
||||
<Header_darkbg />
|
||||
<main>
|
||||
<VenturesCybercity />
|
||||
<Quote />
|
||||
<CallToAction />
|
||||
<Faqs />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
Reference in New Issue
Block a user