Skip to content

Commit 0d19fdb

Browse files
feat: implement home page with GSAP animations and featured lab components
1 parent 3d3ceb0 commit 0d19fdb

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

web/src/app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export default function Home() {
113113
<section className={styles.hero}>
114114
<div className={styles.heroBadge}>
115115
<Sparkles className="w-3 h-3 inline-block mr-2" />
116-
V2.0 ECOSYSTEM NOW LIVE
116+
YOUR ULTIMATE DEVELOPMENT RESOURCE PLATFORM
117117
</div>
118118
<h1 className={styles.title}>
119119
Master Coding, <br />
@@ -125,13 +125,13 @@ export default function Home() {
125125
<div className={styles.actions}>
126126
<TouchScale isLarge={false} scale={0.96}>
127127
<Link href="/roadmaps" className={styles.primaryBtn}>
128-
Explore Roadmaps
128+
Start with Roadmaps
129129
<ArrowRight className="w-4 h-4 ml-1" />
130130
</Link>
131131
</TouchScale>
132132
<TouchScale isLarge={false} scale={0.96}>
133133
<Link href="/codelab" className={styles.secondaryBtn}>
134-
Enter the Lab
134+
Explore Code Lab
135135
</Link>
136136
</TouchScale>
137137
</div>
@@ -269,7 +269,7 @@ export default function Home() {
269269
<TouchScale isLarge={true}>
270270
<div className={`${styles.bentoItem} glass-panel`}>
271271
<span className={styles.bentoIcon}>🌎</span>
272-
<h3 className={styles.bentoTitle}>Open Ecosystem</h3>
272+
<h3 className={styles.bentoTitle}>Open Source</h3>
273273
<p className={styles.bentoDesc}>
274274
Free forever. Community contribution driven.
275275
</p>
@@ -282,7 +282,7 @@ export default function Home() {
282282
<section className={styles.ctaSection}>
283283
<h2 className={styles.ctaTitle}>Ready to <br/><span className="text-gradient">Elevate?</span></h2>
284284
<TouchScale isLarge={true}>
285-
<Link href="/roadmaps" className={styles.primaryBtn} style={{ display: 'inline-flex', padding: '1.5rem 4rem', fontSize: '1.4rem' }}>
285+
<Link href="https://github.com/Shuvo-code-dev/Halqa/" className={styles.primaryBtn} style={{ display: 'inline-flex', padding: '1.5rem 4rem', fontSize: '1.4rem' }}>
286286
Join the Halqa Network
287287
</Link>
288288
</TouchScale>

0 commit comments

Comments
 (0)