Skip to content

Commit b1db1d4

Browse files
committed
Update index.astro
Signed-off-by: Coutons <coutonscom@gmail.com>
1 parent 2e5262b commit b1db1d4

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/pages/udemy-coupons-today/index.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const jsonLd = {
5454
<header class="archive-header">
5555
<h1 class="archive-title">Udemy Coupons Today</h1>
5656
<p class="archive-desc">
57-
We track and verify 100% off Udemy coupons every single day.
57+
We track and verify 100% off Udemy coupons every single day.
5858
Browse our daily updates below to find premium courses for free.
5959
</p>
6060
</header>
@@ -66,15 +66,15 @@ const jsonLd = {
6666
<span class="latest-badge">New Update</span>
6767
<h2 class="latest-heading">Latest Update: {formatDateLabel(latestDate)}</h2>
6868
<p class="latest-sub">
69-
{latestCount} verified free Udemy coupons added today.
69+
{latestCount} verified free Udemy coupons added today.
7070
Hand-picked and tested — grab them before they expire.
7171
</p>
7272
<div class="latest-meta">
7373
<span>{latestCount} Free Courses</span>
7474
<span>100% Off</span>
7575
<span>Verified</span>
7676
</div>
77-
<a href={`/udemy-coupon-today/${latestDate}/`} class="latest-btn">
77+
<a href={`/udemy-coupons-today/${latestDate}/`} class="latest-btn">
7878
Browse All {formatDateLabel(latestDate)} Deals →
7979
</a>
8080
</div>
@@ -85,7 +85,7 @@ const jsonLd = {
8585
<section class="history-section">
8686
<h2>Daily Coupon Archives</h2>
8787
<p class="history-desc">Browse verified coupons from previous days. Most coupons remain valid for 2-3 days.</p>
88-
88+
8989
<div class="date-grid">
9090
{dates.map((item, index) => (
9191
<div class={`date-card ${index === 0 ? 'date-card-new' : ''}`}>
@@ -116,8 +116,8 @@ const jsonLd = {
116116
<div class="info-card">
117117
<h3>How Our Daily Updates Work</h3>
118118
<p>
119-
Every day, our team scours instructor networks and official Udemy channels to find the latest 100% off coupons.
120-
These coupons are official promotions used by instructors to build their student base.
119+
Every day, our team scours instructor networks and official Udemy channels to find the latest 100% off coupons.
120+
These coupons are official promotions used by instructors to build their student base.
121121
We verify each one manually before adding it to our daily archive.
122122
</p>
123123
<div class="info-grid">
@@ -146,7 +146,7 @@ const jsonLd = {
146146
<style>
147147
.archive-root { background: var(--bg); padding: 4rem 0; }
148148
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem; }
149-
149+
150150
.archive-header { text-align: center; margin-bottom: 4rem; }
151151
.archive-title { font-size: 3rem; font-weight: 900; color: var(--text); letter-spacing: -0.05em; margin-bottom: 1rem; }
152152
.archive-desc { font-size: 1.25rem; color: var(--muted); max-width: 700px; margin: 0 auto; line-height: 1.6; }

0 commit comments

Comments
 (0)