File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33
44export 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+ }
You can’t perform that action at this time.
0 commit comments