Skip to content

Commit 67c5b92

Browse files
committed
Update hero stats: 100K+ Community, 50K+ Youtube Subscribers, 100+ Workshops/Events, 120K+ Social Reach
1 parent abf5a17 commit 67c5b92

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/pages/index.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ function Hero() {
7070
{/* Stats - Below CTAs, Centered */}
7171
<div className="mt-12 flex flex-wrap items-center justify-center gap-8 animate-fade-in animation-delay-400">
7272
<div className="text-center">
73-
<div className="text-3xl font-semibold text-white">15K+</div>
73+
<div className="text-3xl font-semibold text-white">100K+</div>
7474
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Community Members</div>
7575
</div>
7676
<div className="text-center">
7777
<div className="text-3xl font-semibold text-white">50K+</div>
78-
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Subscribers</div>
78+
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Youtube Subscribers</div>
7979
</div>
8080
<div className="text-center">
8181
<div className="text-3xl font-semibold text-white">100+</div>
82-
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Workshops</div>
82+
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Workshops/Events</div>
8383
</div>
8484
<div className="text-center">
85-
<div className="text-3xl font-semibold text-white">2M+</div>
86-
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Views</div>
85+
<div className="text-3xl font-semibold text-white">120K+</div>
86+
<div className="mt-1 text-xs uppercase tracking-wide text-gray-400">Social Reach</div>
8787
</div>
8888
</div>
8989
</div>
@@ -165,10 +165,10 @@ function Stats() {
165165
<div className="max-w-7xl mx-auto px-6 md:px-12 lg:px-16">
166166
<div className="grid grid-cols-2 md:grid-cols-4 gap-8 md:gap-12 py-16 md:py-20 text-center">
167167
{[
168-
{ label: 'Community', value: '15K+' },
169-
{ label: 'Subscribers', value: '50K+' },
170-
{ label: 'Workshops', value: '100+' },
171-
{ label: 'Views', value: '2M+' },
168+
{ label: 'Community Members', value: '100K+' },
169+
{ label: 'Youtube Subscribers', value: '50K+' },
170+
{ label: 'Workshops/Events', value: '100+' },
171+
{ label: 'Social Reach', value: '120K+' },
172172
].map((stat, idx) => (
173173
<div key={idx} className="stat-item">
174174
<div className="stat-value text-5xl md:text-6xl lg:text-7xl font-black mb-3">{stat.value}</div>

0 commit comments

Comments
 (0)