Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 21:04:19 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}