Merge remote-tracking branch 'upstream/main' into update-main

This commit is contained in:
Victor Gerbrands
2023-06-28 15:01:53 +02:00
32 changed files with 1163 additions and 998 deletions

View File

@@ -24,13 +24,10 @@ export const metadata = {
export default async function HomePage() {
return (
<>
{/* @ts-expect-error Server Component */}
<ThreeItemGrid />
<Suspense>
{/* @ts-expect-error Server Component */}
<Carousel />
<Suspense>
{/* @ts-expect-error Server Component */}
<Footer />
</Suspense>
</Suspense>