diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb25bc3..6ba859d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,64 +45,39 @@ export default function LandingPage() {
@@ -122,20 +89,11 @@ export default function LandingPage() {
description="We provide the systems, the support, and the exact roadmap to launch your own profitable enterprise from scratch."
accordionItems={[
{
- id: "1",
- title: "12 Proven Business Models",
- content: "From e-commerce to content creation, we break down 12 distinct ways to generate revenue online.",
- },
+ id: "1", title: "12 Proven Business Models", content: "From e-commerce to content creation, we break down 12 distinct ways to generate revenue online."},
{
- id: "2",
- title: "24/7 Expert Support",
- content: "Never get stuck again. Our team and community are available to assist you at every step of your journey.",
- },
+ id: "2", title: "24/7 Expert Support", content: "Never get stuck again. Our team and community are available to assist you at every step of your journey."},
{
- id: "3",
- title: "Daily Live Broadcasts",
- content: "Stay updated with daily insights, strategy sessions, and market trends as they happen.",
- },
+ id: "3", title: "Daily Live Broadcasts", content: "Stay updated with daily insights, strategy sessions, and market trends as they happen."},
]}
imageSrc="http://img.b2bpic.net/free-photo/army-soldier-reviews-targets-satellite-world-map-ensure-global-protection_482257-91236.jpg"
mediaAnimation="slide-up"
@@ -149,28 +107,12 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Beginner",
- price: "$49/mo",
- subtitle: "Essential tools for starting",
- features: [
- "Basic business models",
- "Community access",
- "Weekly updates",
- ],
+ id: "basic", badge: "Beginner", price: "$49/mo", subtitle: "Essential tools for starting", features: [
+ "Basic business models", "Community access", "Weekly updates"],
},
{
- id: "conquer",
- badge: "Elite",
- price: "$99/mo",
- subtitle: "Full access to everything",
- features: [
- "Access to all 12 business models",
- "VIP account ranking",
- "7 connected devices",
- "Step-by-step learning & priority support",
- "Daily course updates & live broadcasts",
- ],
+ id: "conquer", badge: "Elite", price: "$99/mo", subtitle: "Full access to everything", features: [
+ "Access to all 12 business models", "VIP account ranking", "7 connected devices", "Step-by-step learning & priority support", "Daily course updates & live broadcasts"],
},
]}
title="Choose Your Path to Success"
@@ -180,50 +122,26 @@ export default function LandingPage() {