Skip to content

Commit 3a92adf

Browse files
committed
the price is free
1 parent 7e828ec commit 3a92adf

5 files changed

Lines changed: 5 additions & 13 deletions

File tree

_site/app/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function CourseLanding() {
9494
className="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3"
9595
onClick={() => scrollToSection("pricing")}
9696
>
97-
Enroll Now - $299
97+
Enroll Now
9898
</Button>
9999
<Button
100100
variant="outline"
@@ -385,8 +385,6 @@ export default function CourseLanding() {
385385
<CardContent className="p-8">
386386
<div className="text-center mb-6">
387387
<h3 className="text-2xl font-bold text-gray-800 mb-2">Complete Course</h3>
388-
<div className="text-4xl font-bold text-blue-600 mb-2">$299</div>
389-
<p className="text-gray-600">One-time payment</p>
390388
</div>
391389

392390
<ul className="space-y-3 mb-8 text-left">

_site/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-06-20T11:20:15+02:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">DataMaster Course</title><subtitle>Master Data Science From Zero to Hero</subtitle></feed>
1+
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.4">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2025-06-20T11:22:31+02:00</updated><id>http://localhost:4000/feed.xml</id><title type="html">DataMaster Course</title><subtitle>Master Data Science From Zero to Hero</subtitle></feed>

_site/index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h1 class="hero-title">
4242
Learn Python, machine learning, and real-world project implementation.
4343
</p>
4444
<div class="hero-buttons">
45-
<a href="#pricing" class="btn btn-primary">Enroll Now - $299</a>
45+
<a href="#pricing" class="btn btn-primary">Enroll Now</a>
4646
<a href="#description" class="btn btn-secondary">Learn More</a>
4747
</div>
4848
<div class="hero-stats">
@@ -407,8 +407,6 @@ <h2 class="section-title">Ready to Start Your Journey?</h2>
407407
<div class="pricing-card">
408408
<div class="pricing-header">
409409
<h3 class="pricing-title">Complete Course</h3>
410-
<div class="pricing-price">$299</div>
411-
<p class="pricing-period">One-time payment</p>
412410
</div>
413411

414412
<ul class="pricing-features">

app/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function CourseLanding() {
9494
className="bg-blue-600 hover:bg-blue-700 text-white px-8 py-3"
9595
onClick={() => scrollToSection("pricing")}
9696
>
97-
Enroll Now - $299
97+
Enroll Now
9898
</Button>
9999
<Button
100100
variant="outline"
@@ -385,8 +385,6 @@ export default function CourseLanding() {
385385
<CardContent className="p-8">
386386
<div className="text-center mb-6">
387387
<h3 className="text-2xl font-bold text-gray-800 mb-2">Complete Course</h3>
388-
<div className="text-4xl font-bold text-blue-600 mb-2">$299</div>
389-
<p className="text-gray-600">One-time payment</p>
390388
</div>
391389

392390
<ul className="space-y-3 mb-8 text-left">

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h1 class="hero-title">
3535
Learn Python, machine learning, and real-world project implementation.
3636
</p>
3737
<div class="hero-buttons">
38-
<a href="#pricing" class="btn btn-primary">Enroll Now - $299</a>
38+
<a href="#pricing" class="btn btn-primary">Enroll Now</a>
3939
<a href="#description" class="btn btn-secondary">Learn More</a>
4040
</div>
4141
<div class="hero-stats">
@@ -209,8 +209,6 @@ <h2 class="section-title">Ready to Start Your Journey?</h2>
209209
<div class="pricing-card">
210210
<div class="pricing-header">
211211
<h3 class="pricing-title">Complete Course</h3>
212-
<div class="pricing-price">$299</div>
213-
<p class="pricing-period">One-time payment</p>
214212
</div>
215213

216214
<ul class="pricing-features">

0 commit comments

Comments
 (0)