diff --git a/public/images/logos/CYBERCITY.png b/public/images/logos/CYBERCITY.png deleted file mode 100644 index ad4b9e3..0000000 Binary files a/public/images/logos/CYBERCITY.png and /dev/null differ diff --git a/public/images/logos/HERO.png b/public/images/logos/HERO.png deleted file mode 100644 index 43d712f..0000000 Binary files a/public/images/logos/HERO.png and /dev/null differ diff --git a/public/images/logos/freezone.png b/public/images/logos/freezone.png deleted file mode 100644 index 6566b83..0000000 Binary files a/public/images/logos/freezone.png and /dev/null differ diff --git a/public/images/logos/geomind.png b/public/images/logos/geomind.png deleted file mode 100644 index 03640c2..0000000 Binary files a/public/images/logos/geomind.png and /dev/null differ diff --git a/public/images/logos/indaba.png b/public/images/logos/indaba.png deleted file mode 100644 index 03d6e2d..0000000 Binary files a/public/images/logos/indaba.png and /dev/null differ diff --git a/public/images/logos/tHREEFOLD.png b/public/images/logos/tHREEFOLD.png deleted file mode 100644 index c4533a7..0000000 Binary files a/public/images/logos/tHREEFOLD.png and /dev/null differ diff --git a/src/app/ventures/cybercity/page.tsx b/src/app/ventures/cybercity/page.tsx index 50bcd85..79dc2e4 100644 --- a/src/app/ventures/cybercity/page.tsx +++ b/src/app/ventures/cybercity/page.tsx @@ -3,11 +3,8 @@ 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 ( <> @@ -21,4 +18,4 @@ export default function cybercity() {