From a5651cedb9359018be18e83b4b7c250e5f33f741 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:22:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 ++++++++++++++++------------------------------- 1 file changed, 52 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7bfb50..b084054 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import ContactText from "@/components/sections/contact/ContactText"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import Link from "next/link"; import { Zap, Users, TrendingUp, Award, Target, BookOpen, Heart } from "lucide-react"; @@ -23,8 +24,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Platform", - items: [ + title: "Platform", items: [ { label: "Start Here", href: "/start-here" }, { label: "7-Day Challenge", href: "/7-day-challenge" }, { label: "Blog", href: "/blog" }, @@ -32,8 +32,7 @@ export default function HomePage() { ], }, { - title: "Community", - items: [ + title: "Community", items: [ { label: "Discord", href: "https://discord.com" }, { label: "Twitter", href: "https://twitter.com" }, { label: "YouTube", href: "https://youtube.com" }, @@ -41,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Privacy Policy", href: "#" }, @@ -58,7 +56,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -78,42 +76,24 @@ export default function HomePage() { description="Build mental toughness, financial growth, and unstoppable consistency. This is not for the lazy. This is for builders." tag="The Movement" tagIcon={Zap} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Here", href: "/start-here" }, { text: "Join The Discipline List", href: "/7-day-challenge" }, ]} carouselItems={[ { - id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg?_wi=1", - imageAlt: "discipline mindset motivation strength focus", - }, + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", imageAlt: "discipline mindset motivation strength focus"}, { - id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg?_wi=1", - imageAlt: "mountain achievement peak success determination", - }, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg", imageAlt: "mountain achievement peak success determination"}, { - id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-journal-desk_23-2148210414.jpg?_wi=1", - imageAlt: "guide learning strategy planning notebook", - }, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-journal-desk_23-2148210414.jpg", imageAlt: "guide learning strategy planning notebook"}, { - id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg?_wi=1", - imageAlt: "challenge training daily commitment progress", - }, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg", imageAlt: "challenge training daily commitment progress"}, { - id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg?_wi=1", - imageAlt: "success transformation before-after achievement proud", - }, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg", imageAlt: "success transformation before-after achievement proud"}, { - id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg?_wi=1", - imageAlt: "confidence strength discipline mindset growth", - }, + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg", imageAlt: "confidence strength discipline mindset growth"}, ]} autoPlay={true} autoPlayInterval={4000} @@ -130,6 +110,7 @@ export default function HomePage() { { icon: Target, label: "Goals Achieved", value: "15K+" }, ]} useInvertedBackground={false} + metricsAnimation="opacity" /> @@ -141,33 +122,13 @@ export default function HomePage() { tagIcon={BookOpen} features={[ { - id: "01", - title: "5-Minute Discipline Starter Guide", - description: "Free PDF guide to begin your transformation. Enter your email to download.", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-journal-desk_23-2148210414.jpg?_wi=2", - imageAlt: "guide learning strategy planning notebook", - }, + id: "01", title: "5-Minute Discipline Starter Guide", description: "Free PDF guide to begin your transformation. Enter your email to download.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-journal-desk_23-2148210414.jpg", imageAlt: "guide learning strategy planning notebook"}, { - id: "02", - title: "How to Build Discipline", - description: "Foundational principles and daily practices that create lasting change.", - imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg?_wi=2", - imageAlt: "mountain achievement peak success determination", - }, + id: "02", title: "How to Build Discipline", description: "Foundational principles and daily practices that create lasting change.", imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg", imageAlt: "mountain achievement peak success determination"}, { - id: "03", - title: "How to Stop Procrastinating", - description: "Proven strategies to eliminate procrastination and execute immediately.", - imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg?_wi=2", - imageAlt: "challenge training daily commitment progress", - }, + id: "03", title: "How to Stop Procrastinating", description: "Proven strategies to eliminate procrastination and execute immediately.", imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg", imageAlt: "challenge training daily commitment progress"}, { - id: "04", - title: "How to Design Your Ideal Week", - description: "Template and framework for structuring a productive, purposeful week.", - imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg?_wi=2", - imageAlt: "discipline mindset motivation strength focus", - }, + id: "04", title: "How to Design Your Ideal Week", description: "Template and framework for structuring a productive, purposeful week.", imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", imageAlt: "discipline mindset motivation strength focus"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -201,59 +162,23 @@ export default function HomePage() { showRating={true} testimonials={[ { - id: "1", - name: "James Martinez", - handle: "@jm_builds", - testimonial: "Peak Mindset changed my entire approach to productivity. I went from 2 hours of deep work daily to 6 hours. The framework is simple but powerful.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg?_wi=2", - imageAlt: "success transformation before-after achievement proud", - }, + id: "1", name: "James Martinez", handle: "@jm_builds", testimonial: "Peak Mindset changed my entire approach to productivity. I went from 2 hours of deep work daily to 6 hours. The framework is simple but powerful.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg", imageAlt: "success transformation before-after achievement proud"}, { - id: "2", - name: "Sarah Chen", - handle: "@sarah.discipline", - testimonial: "The 7-day challenge was the kick I needed. Three months later, I've built a morning routine that sticks and my income doubled.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg?_wi=2", - imageAlt: "confidence strength discipline mindset growth", - }, + id: "2", name: "Sarah Chen", handle: "@sarah.discipline", testimonial: "The 7-day challenge was the kick I needed. Three months later, I've built a morning routine that sticks and my income doubled.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg", imageAlt: "confidence strength discipline mindset growth"}, { - id: "3", - name: "David Thompson", - handle: "@davidthmp", - testimonial: "Not motivational fluff. Pure, actionable discipline principles. This community holds you accountable in the best way possible.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg?_wi=1", - imageAlt: "success habits routine winning dedication", - }, + id: "3", name: "David Thompson", handle: "@davidthmp", testimonial: "Not motivational fluff. Pure, actionable discipline principles. This community holds you accountable in the best way possible.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg", imageAlt: "success habits routine winning dedication"}, { - id: "4", - name: "Maya Patel", - handle: "@maya.wins", - testimonial: "I joined thinking it was another self-help program. Instead, I found a movement of serious builders committed to excellence.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mentoring-coaching-tutor-guiding-helping-concept_53876-128048.jpg", - imageAlt: "mentor coach leadership guide inspire", - }, + id: "4", name: "Maya Patel", handle: "@maya.wins", testimonial: "I joined thinking it was another self-help program. Instead, I found a movement of serious builders committed to excellence.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/mentoring-coaching-tutor-guiding-helping-concept_53876-128048.jpg", imageAlt: "mentor coach leadership guide inspire"}, { - id: "5", - name: "Alex Rodriguez", - handle: "@alexmovesmount", - testimonial: "The discipline principles apply everywhere—business, fitness, relationships. My entire life structure improved in 90 days.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg?_wi=3", - imageAlt: "discipline mindset motivation strength focus", - }, + id: "5", name: "Alex Rodriguez", handle: "@alexmovesmount", testimonial: "The discipline principles apply everywhere—business, fitness, relationships. My entire life structure improved in 90 days.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", imageAlt: "discipline mindset motivation strength focus"}, { - id: "6", - name: "Emma Wilson", - handle: "@emmawins22", - testimonial: "Peak Mindset isn't just about motivation removal. It's about building unshakeable systems that work whether you feel like it or not.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg?_wi=3", - imageAlt: "mountain achievement peak success determination", - }, + id: "6", name: "Emma Wilson", handle: "@emmawins22", testimonial: "Peak Mindset isn't just about motivation removal. It's about building unshakeable systems that work whether you feel like it or not.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg", imageAlt: "mountain achievement peak success determination"}, ]} animationType="slide-up" textboxLayout="default" @@ -265,7 +190,7 @@ export default function HomePage() { +
+ +
+