add feature test
This commit is contained in:
@@ -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 FeaturedTestimonial from '@/components/featuredtestimonial'
|
||||
|
||||
export const metadata: Metadata = {
|
||||
description:
|
||||
@@ -211,6 +212,7 @@ export default function Home() {
|
||||
</div>
|
||||
<Portfolio />
|
||||
<IndabaOs />
|
||||
<FeaturedTestimonial />
|
||||
</main>
|
||||
<Footer />
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user