Update src/app/page.tsx
This commit is contained in:
@@ -34,7 +34,7 @@ export default function CryptoLearnPage() {
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,7 +116,7 @@ export default function CryptoLearnPage() {
|
||||
{
|
||||
id: "beginner", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$29/month", subtitle: "Perfect for newcomers", buttons: [
|
||||
{ text: "Get Started", href: "contact" }
|
||||
{ text: "Get Started", href: "/contact" }
|
||||
],
|
||||
features: [
|
||||
"5 beginner courses", "Weekly live sessions", "Community forum access", "Email support", "Certificate of completion"
|
||||
@@ -125,7 +125,7 @@ export default function CryptoLearnPage() {
|
||||
{
|
||||
id: "pro", badge: "Best Value", badgeIcon: Zap,
|
||||
price: "$79/month", subtitle: "For active traders", buttons: [
|
||||
{ text: "Start Pro", href: "contact" }
|
||||
{ text: "Start Pro", href: "/contact" }
|
||||
],
|
||||
features: [
|
||||
"20+ advanced courses", "Daily live trading sessions", "1-on-1 mentoring", "Priority support", "Trading signals access", "Advanced analytics tools"
|
||||
@@ -134,7 +134,7 @@ export default function CryptoLearnPage() {
|
||||
{
|
||||
id: "elite", badge: "Premium", badgeIcon: Crown,
|
||||
price: "$199/month", subtitle: "For serious investors", buttons: [
|
||||
{ text: "Become Elite", href: "contact" }
|
||||
{ text: "Become Elite", href: "/contact" }
|
||||
],
|
||||
features: [
|
||||
"All courses + exclusive", "Personal crypto coach", "Private trading room", "VIP 24/7 support", "Custom portfolio analysis", "Early access to new content", "Networking events"
|
||||
|
||||
Reference in New Issue
Block a user