add projects

This commit is contained in:
2025-06-12 11:57:15 +02:00
parent 723d060ec2
commit ade2530257
34 changed files with 315 additions and 7 deletions

View File

@@ -8,6 +8,9 @@ import { Heading, Lead, Subheading } from '@/components/text'
import type { Metadata } from 'next'
import Ecosystem from '@/components/ecosystem'
import { RocketLaunchIcon } from '@heroicons/react/20/solid'
import Portfolio from '@/components/portfolio'
import { Testimonials } from '@/components/testimonials'
import ProjectCard from '@/components/projectcards'
export const metadata: Metadata = {
title: 'Projects',
@@ -245,9 +248,7 @@ export default function Company() {
</Container>
<Header />
<Overview />
<Ecosystem />
<Team />
<Investors />
<ProjectCard />
<CTA />
<Footer />
</main>