Skip to content

Commit 34f1a13

Browse files
committed
Update impact.js
1 parent df84934 commit 34f1a13

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

Diff for: src/pages/impact.js

+1-19
Original file line numberDiff line numberDiff line change
@@ -110,25 +110,7 @@ function ImpactPage({location}) {
110110
</div>
111111
</div>
112112
</section>
113-
<section className="bg-active px-4 py-16 text-white">
114-
<div
115-
class="mx-auto max-w-screen-xl px-4 lg:flex lg:items-center"
116-
>
117-
<div class="mx-auto max-w-5xl text-center">
118-
<h2 className="text-xl uppercase font-bold tracking-wider mb-4">Our Economic Impact</h2>
119-
<div className="w-full flex flex-col md:flex-row gap-8">
120-
<div className="w-full h-full flex align-center justify-center flex-col">
121-
<p class="text-4xl font-extrabold sm:text-6xl">
122-
{new Intl.NumberFormat('en-US', { style: 'currency', currency: 'USD' }).format(economicImpact)}
123-
</p>
124-
<p class="mt-4 text-lg">
125-
of predicted global wealth generated since 2022.
126-
</p>
127-
</div>
128-
</div>
129-
</div>
130-
</div>
131-
</section>
113+
132114
</Layout>
133115
)
134116
}

0 commit comments

Comments
 (0)