Skip to content

Commit 20235bf

Browse files
committed
Add final attendance count callout
1 parent dec5c13 commit 20235bf

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

src/components/GroupPhoto.jsx

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,27 @@
22

33

44
export default function GroupPhoto() {
5-
return (<div class="p-10">
5+
return (<div class="p-10 glass bg-amber-500/40!">
66
<div class="flex flex-col gap-8 max-w-3xl mx-auto my-20">
77
<h2 class="text-3xl sm:text-6xl uppercase font-bold">That's a Wrap! 🎉</h2>
8+
{/* Attendance Count Callout */}
9+
<div class="w-full mb-8 border border-white text-gray-100 rounded-2xl p-6 shadow-md">
10+
<h3 class="text-2xl font-bold leading-tight tracking-tight mb-2 uppercase">Final Attendance Count</h3>
11+
<div class="text-6xl font-mono font-bold mb-2">442</div>
12+
<p class="text-base font-mono">Amazing people joined us!</p>
13+
</div>
14+
15+
816
<p class="max-w-sm sm:text-lg">
917
Thank you to everyone who made NixCon 2025 an incredible experience!
1018
</p>
1119
<p class="max-w-sm sm:text-lg">
1220
From speakers and sponsors to attendees and organizers — this community is what makes it all possible.
1321
</p>
22+
1423
</div>
1524

25+
1626
<div class="rounded-xl overflow-clip">
1727

1828
<picture class="">
@@ -73,4 +83,4 @@ export default function GroupPhoto() {
7383
</div>
7484

7585
</div>)
76-
}
86+
}

0 commit comments

Comments
 (0)