add feature test

This commit is contained in:
2025-06-10 18:30:30 +02:00
parent 11630ef24c
commit b3dd757b1c
280 changed files with 366 additions and 10562 deletions

View File

@@ -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>