update: swap hero/CTA images, bigger infinity, reorder teams
- Move community group photo to hero banner, Commons Hub house to CTA - Remove "44,850 Friendships Made" stat - Make infinity symbol much larger (text-7xl/8xl) - Put Commons Stack and BlockScience first in team lists - Cache-bust embedded flipbook iframe Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b778a9fe22
commit
4123a576b5
|
|
@ -233,7 +233,7 @@
|
|||
</div>
|
||||
<div class="mt-16 text-center">
|
||||
<p style="font-size: 11px; color: rgba(255,255,255,0.5);">
|
||||
Teams from Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, Commons Stack, BlockScience, zkNetwork, and more.
|
||||
Teams from Commons Stack, BlockScience, Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, zkNetwork, and more.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -375,7 +375,7 @@
|
|||
</div>
|
||||
<div class="mt-24" style="text-align: center;">
|
||||
<p style="font-size: 15px; color: rgba(255,255,255,0.5);">
|
||||
Teams from Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, Commons Stack, BlockScience, zkNetwork, and more.
|
||||
Teams from Commons Stack, BlockScience, Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, zkNetwork, and more.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ export default function SponsorshipsPage() {
|
|||
<div
|
||||
className="absolute inset-0 bg-cover bg-center z-0"
|
||||
style={{
|
||||
backgroundImage: `url('/images/20220502-103036.jpg')`,
|
||||
backgroundImage: `url('/images/20220505-113225.jpg')`,
|
||||
}}
|
||||
/>
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-background/90 via-background/80 to-background z-[1]" />
|
||||
|
|
@ -45,7 +45,7 @@ export default function SponsorshipsPage() {
|
|||
{/* Quick Stats + Why */}
|
||||
<section className="py-16 px-4 bg-muted/30">
|
||||
<div className="container mx-auto max-w-4xl">
|
||||
<div className="grid grid-cols-2 md:grid-cols-4 gap-4 mb-12">
|
||||
<div className="grid grid-cols-3 gap-4 mb-12">
|
||||
<div className="text-center">
|
||||
<div className="text-3xl font-black text-primary">300+</div>
|
||||
<p className="text-sm text-muted-foreground">Total Attendees</p>
|
||||
|
|
@ -55,11 +55,7 @@ export default function SponsorshipsPage() {
|
|||
<p className="text-sm text-muted-foreground">Countries</p>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<div className="text-3xl font-black text-primary">44,850</div>
|
||||
<p className="text-sm text-muted-foreground">Friendships Made</p>
|
||||
</div>
|
||||
<div className="text-center">
|
||||
<div className="text-3xl font-black text-primary">∞</div>
|
||||
<div className="text-7xl md:text-8xl font-black text-primary leading-none">∞</div>
|
||||
<p className="text-sm text-muted-foreground">Real Value Produced</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -67,8 +63,8 @@ export default function SponsorshipsPage() {
|
|||
<p className="text-center text-muted-foreground max-w-2xl mx-auto">
|
||||
Over five editions, CCG has catalyzed movements like <strong className="text-foreground">#CoFi</strong> and{" "}
|
||||
<strong className="text-foreground">#MycoFi</strong>, and built an active community
|
||||
of 500+ members. Our attendees include teams from Regen Network, EthicHub, Circles UBI, Holochain,
|
||||
Economic Space Agency, Commons Stack, BlockScience, zkNetwork, and more.
|
||||
of 500+ members. Our attendees include teams from Commons Stack, BlockScience, Regen Network, EthicHub,
|
||||
Circles UBI, Holochain, Economic Space Agency, zkNetwork, and more.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -137,7 +133,7 @@ export default function SponsorshipsPage() {
|
|||
|
||||
<div className="rounded-xl overflow-hidden border border-border shadow-lg bg-background">
|
||||
<iframe
|
||||
src="https://slides.jeffemmett.com/ccg26-sponsorship"
|
||||
src="https://slides.jeffemmett.com/ccg26-sponsorship?v=2"
|
||||
className="w-full"
|
||||
style={{ aspectRatio: "16/9", minHeight: "480px" }}
|
||||
title="CCG 2026 Sponsorship Deck"
|
||||
|
|
@ -167,7 +163,7 @@ export default function SponsorshipsPage() {
|
|||
<div
|
||||
className="absolute inset-0 bg-cover bg-center"
|
||||
style={{
|
||||
backgroundImage: `url('/images/20220505-113225.jpg')`,
|
||||
backgroundImage: `url('/images/20220429-145359.jpg')`,
|
||||
}}
|
||||
/>
|
||||
<div className="absolute inset-0 bg-primary/90" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue