diff --git a/src/app/page.tsx b/src/app/page.tsx index e9fa11f..bb4afe9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,38 +47,19 @@ export default function LandingPage() {
@@ -126,54 +93,24 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - label: "Independence", - title: "Achieve Financial Freedom", - items: [ - "Step-by-step financial mapping", - "Removing money limiting beliefs", - "Early retirement frameworks", - ], + id: "f1", label: "Independence", title: "Achieve Financial Freedom", items: [ + "Step-by-step financial mapping", "Removing money limiting beliefs", "Early retirement frameworks"], }, { - id: "f2", - label: "Mindset", - title: "Millionaire Mindset Secrets", - items: [ - "Thinking like the top 1%", - "Long-term vision creation", - "Emotional intelligence for wealth", - ], + id: "f2", label: "Mindset", title: "Millionaire Mindset Secrets", items: [ + "Thinking like the top 1%", "Long-term vision creation", "Emotional intelligence for wealth"], }, { - id: "f3", - label: "Habits", - title: "Smart Money Habits", - items: [ - "Automated saving strategies", - "High-ROI budget allocation", - "Debt elimination hacks", - ], + id: "f3", label: "Habits", title: "Smart Money Habits", items: [ + "Automated saving strategies", "High-ROI budget allocation", "Debt elimination hacks"], }, { - id: "f4", - label: "Passive", - title: "Passive Income Basics", - items: [ - "Digital asset creation", - "Real estate fundamentals", - "Investment compounding models", - ], + id: "f4", label: "Passive", title: "Passive Income Basics", items: [ + "Digital asset creation", "Real estate fundamentals", "Investment compounding models"], }, { - id: "f5", - label: "Success", - title: "Real-Life Strategies", - items: [ - "Scalable business models", - "High-impact networking", - "Strategic risk taking", - ], + id: "f5", label: "Success", title: "Real-Life Strategies", items: [ + "Scalable business models", "High-impact networking", "Strategic risk taking"], }, ]} title="What's Inside?" @@ -188,20 +125,11 @@ export default function LandingPage() { tag="Proof of Success" metrics={[ { - id: "m1", - value: "1000+", - description: "Readers transformed", - }, + id: "m1", value: "1000+", description: "Readers transformed"}, { - id: "m2", - value: "$25", - description: "Investment for lifetime knowledge", - }, + id: "m2", value: "$25", description: "Investment for lifetime knowledge"}, { - id: "m3", - value: "5/5", - description: "Average reader rating", - }, + id: "m3", value: "5/5", description: "Average reader rating"}, ]} metricsAnimation="slide-up" /> @@ -215,25 +143,15 @@ export default function LandingPage() { author="Sarah Johnson" avatars={[ { - src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", - alt: "Sarah J", - }, + src: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", alt: "Sarah J"}, { - src: "http://img.b2bpic.net/free-photo/man-pointing_1149-608.jpg", - alt: "Mike C", - }, + src: "http://img.b2bpic.net/free-photo/man-pointing_1149-608.jpg", alt: "Mike C"}, { - src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", - alt: "Elena R", - }, + src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", alt: "Elena R"}, { - src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg", - alt: "David K", - }, + src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg", alt: "David K"}, { - src: "http://img.b2bpic.net/free-photo/young-handsome-man-spectacles_1303-14466.jpg", - alt: "John D", - }, + src: "http://img.b2bpic.net/free-photo/young-handsome-man-spectacles_1303-14466.jpg", alt: "John D"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -245,20 +163,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Is this for beginners?", - content: "Absolutely. It's written in plain language that anyone can understand, regardless of their financial background.", - }, + id: "q1", title: "Is this for beginners?", content: "Absolutely. It's written in plain language that anyone can understand, regardless of their financial background."}, { - id: "q2", - title: "How do I get the book?", - content: "You will receive an instant download link via your email immediately after purchase.", - }, + id: "q2", title: "How do I get the book?", content: "You will receive an instant download link via your email immediately after purchase."}, { - id: "q3", - title: "What payment methods are supported?", - content: "We support all major credit cards and digital payment methods through Digistore24.", - }, + id: "q3", title: "What payment methods are supported?", content: "We support all major credit cards and digital payment methods through Digistore24."}, ]} sideTitle="Questions? Get Answers" faqsAnimation="blur-reveal" @@ -269,16 +178,13 @@ export default function LandingPage() {
@@ -288,29 +194,19 @@ export default function LandingPage() { logoText="The Young Millionaire" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, { - label: "Contact Support", - href: "mailto:support@youngmillionaire.com", - }, + label: "Contact Support", href: "mailto:support@youngmillionaire.com"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}