We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bbc80 commit 13f5f9bCopy full SHA for 13f5f9b
1 file changed
app/(main)/page.tsx
@@ -1,4 +1,5 @@
1
import AnimatedHero from "@/components/animated-hero";
2
+import PodmatchBadge from "@/components/podmatch-badge";
3
4
import CoverImage from "@/components/cover-image";
5
import type { HomePageQueryResult } from "@/sanity/types";
@@ -20,6 +21,9 @@ export default async function HomePage() {
20
21
<div className="flex flex-col min-h-dvh">
22
<main className="flex-1">
23
<AnimatedHero />
24
+ <div className="flex justify-center -mb-8">
25
+ <PodmatchBadge />
26
+ </div>
27
<section className="w-full py-12 md:py-24 lg:py-32 bg-muted flex flex-col items-center justify-center">
28
<div className="container px-4 md:px-6">
29
<div className="flex flex-col items-center justify-center space-y-4 text-center">
0 commit comments