Skip to content

Commit 928cc28

Browse files
committed
Move NogglesRails variations card before closing
1 parent c6a2bb0 commit 928cc28

2 files changed

Lines changed: 33 additions & 32 deletions

File tree

src/components/nogglesrails/NogglesRailsClosingBox.tsx

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,38 @@
1+
import Image from "next/image";
2+
13
export function NogglesRailsClosingBox() {
24
return (
3-
<section className="border-t py-12">
5+
<section className="space-y-8 border-t py-12">
6+
<article className="rounded-lg border bg-card p-6 text-card-foreground">
7+
<div className="mb-3 text-sm font-medium uppercase tracking-[0.2em] text-muted-foreground">
8+
3. Variations & Experiments
9+
</div>
10+
<div className="mb-6 overflow-hidden rounded-lg border bg-black/20 p-2">
11+
<div className="relative aspect-[16/9] w-full">
12+
<Image
13+
src="https://img.paragraph.com/cdn-cgi/image/format=auto,width=1200,quality=85/https://storage.googleapis.com/papyrus_images/87e8297dbb18991c60288e0d89bd9222395c0c123b3ded7ecd0684f5b9f96df1.png"
14+
alt="Noggles variations and experiments"
15+
fill
16+
className="object-contain"
17+
unoptimized
18+
/>
19+
</div>
20+
</div>
21+
<h2 className="mb-4 text-2xl font-bold tracking-tight">Beyond the first rails</h2>
22+
<p className="text-sm leading-7 text-muted-foreground md:text-base">
23+
Following the creation of the first Noggles Rails, the expansion of Noggles presence into
24+
additional action sports became inevitable, evolving beyond traditional skate handrails
25+
into a broader modular obstacle system.
26+
</p>
27+
<p className="mt-4 text-sm leading-7 text-muted-foreground md:text-base">
28+
This led to the development of fully branded Noggles wakeboard ramps, Megaramp and
29+
Thrasher Mag, a snowboard grind tube deployed in Japan, the Noggles Delta selected through
30+
an onchain Gnars DAO vote among four proposed obstacle models, and other activations that
31+
further nounified physical infrastructure, translating decentralized consensus into
32+
tangible cultural impact.
33+
</p>
34+
</article>
35+
436
<article className="rounded-lg border bg-card p-6 text-card-foreground">
537
<div className="mb-3 text-sm font-medium uppercase tracking-[0.2em] text-muted-foreground">
638
4. Still Rolling

src/components/nogglesrails/NogglesRailsManifesto.tsx

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Image from "next/image";
21
import Link from "next/link";
32
import { Button } from "@/components/ui/button";
43

@@ -61,36 +60,6 @@ export function NogglesRailsManifesto() {
6160
</article>
6261
</div>
6362

64-
<article className="rounded-lg border bg-card p-6 text-card-foreground">
65-
<div className="mb-3 text-sm font-medium uppercase tracking-[0.2em] text-muted-foreground">
66-
3. Variations & Experiments
67-
</div>
68-
<div className="mb-6 overflow-hidden rounded-lg border">
69-
<div className="relative aspect-[16/7] w-full">
70-
<Image
71-
src="https://img.paragraph.com/cdn-cgi/image/format=auto,width=1200,quality=85/https://storage.googleapis.com/papyrus_images/87e8297dbb18991c60288e0d89bd9222395c0c123b3ded7ecd0684f5b9f96df1.png"
72-
alt="Noggles variations and experiments"
73-
fill
74-
className="object-cover"
75-
unoptimized
76-
/>
77-
</div>
78-
</div>
79-
<h2 className="mb-4 text-2xl font-bold tracking-tight">Beyond the first rails</h2>
80-
<p className="text-sm leading-7 text-muted-foreground md:text-base">
81-
Following the creation of the first Noggles Rails, the expansion of Noggles presence into
82-
additional action sports became inevitable, evolving beyond traditional skate handrails
83-
into a broader modular obstacle system.
84-
</p>
85-
<p className="mt-4 text-sm leading-7 text-muted-foreground md:text-base">
86-
This led to the development of fully branded Noggles wakeboard ramps, Megaramp and
87-
Thrasher Mag, a snowboard grind tube deployed in Japan, the Noggles Delta selected through
88-
an onchain Gnars DAO vote among four proposed obstacle models, and other activations that
89-
further nounified physical infrastructure, translating decentralized consensus into
90-
tangible cultural impact.
91-
</p>
92-
</article>
93-
9463
<div className="border-t pt-8 text-center">
9564
<p className="mx-auto max-w-lg text-muted-foreground">
9665
Want to bring a NogglesRail to your city? Submit a proposal and the community will fund it.

0 commit comments

Comments
 (0)