Skip to content

Commit 13f5f9b

Browse files
committed
add podmatch to homepage
1 parent b4bbc80 commit 13f5f9b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/(main)/page.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import AnimatedHero from "@/components/animated-hero";
2+
import PodmatchBadge from "@/components/podmatch-badge";
23

34
import CoverImage from "@/components/cover-image";
45
import type { HomePageQueryResult } from "@/sanity/types";
@@ -20,6 +21,9 @@ export default async function HomePage() {
2021
<div className="flex flex-col min-h-dvh">
2122
<main className="flex-1">
2223
<AnimatedHero />
24+
<div className="flex justify-center -mb-8">
25+
<PodmatchBadge />
26+
</div>
2327
<section className="w-full py-12 md:py-24 lg:py-32 bg-muted flex flex-col items-center justify-center">
2428
<div className="container px-4 md:px-6">
2529
<div className="flex flex-col items-center justify-center space-y-4 text-center">

0 commit comments

Comments
 (0)