remove indabaos
This commit is contained in:
@@ -263,7 +263,6 @@ export default function Company() {
|
||||
<Navbar color="black" />
|
||||
</Container>
|
||||
<Header />
|
||||
<Ecosystem />
|
||||
<Team />
|
||||
<Investors />
|
||||
<CTA />
|
||||
|
@@ -18,6 +18,7 @@ import { ChevronRightIcon } from '@heroicons/react/16/solid'
|
||||
import type { Metadata } from 'next'
|
||||
import Portfolio from '@/components/portfolio'
|
||||
import { IndabaOs } from '@/components/indabaos'
|
||||
import Ecosystem from '@/components/ecosystem'
|
||||
import FeaturedTestimonial from '@/components/featuredtestimonial'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -210,11 +211,10 @@ export default function Home() {
|
||||
<LogoCloud />
|
||||
</Container>
|
||||
<DarkBentoSection />
|
||||
<div className="bg-linear-to-b from-white from-50% to-gray-100 py-24">
|
||||
<Testimonials />
|
||||
</div>
|
||||
<Ecosystem />
|
||||
<Testimonials />
|
||||
|
||||
<Portfolio />
|
||||
<IndabaOs />
|
||||
<FeaturedTestimonial />
|
||||
<CTA />
|
||||
</main>
|
||||
|
@@ -175,7 +175,7 @@ export function Testimonials() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="overflow-hidden">
|
||||
<div className="overflow-hidden pb-24">
|
||||
<Container>
|
||||
<div ref={setReferenceWindowRef}>
|
||||
<Heading as="h3" className="mt-2 lg:max-w-3xl max-w-2xl">
|
||||
|
Reference in New Issue
Block a user