From 980d4fbe4beab790368ed398516e80e4b6f85ba6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:04:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8326b38..a6e5b1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -241,9 +241,7 @@ export default function LandingPage() { title="Start Your Affiliate Marketing Journey Today!" description="Choose the course that fits your level and start earning your first affiliate commissions this month. Join hundreds of successful students who are already building income streams." buttons={[ - { text: "Start the 5-Step Common Course – $50", href: "#pricing" }, - { text: "Start the 10-Step Moderate Course – $100", href: "#pricing" }, - { text: "Start the 20-Step Premium Course – $120", href: "#pricing" } + { text: "Choose Your Course", href: "#pricing" } ]} buttonAnimation="slide-up" background={{ variant: "animated-grid" }} @@ -259,4 +257,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1