Update src/app/page.tsx
This commit is contained in:
158
src/app/page.tsx
158
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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
text="Join 10,000+ disciplined builders taking the 7-Day Discipline Challenge. Get daily tasks delivered to your inbox. Build authority, trust, and community."
|
||||
animationType="reveal-blur"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start 7-Day Challenge", href: "/7-day-challenge" },
|
||||
{ text: "Learn More", href: "/7-day-challenge" },
|
||||
@@ -274,9 +199,30 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
sideTitle="Common Questions About Peak Mindset"
|
||||
sideDescription="Everything you need to know about our community and programs."
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is Peak Mindset?", content: "Peak Mindset is a movement dedicated to building disciplined individuals. We focus on discipline over motivation, helping you create unshakeable systems and lasting habits."},
|
||||
{
|
||||
id: "2", title: "Who is this for?", content: "Peak Mindset is for serious builders, entrepreneurs, and individuals committed to excellence. This is not for the lazy. This is for those ready to commit to discipline."},
|
||||
{
|
||||
id: "3", title: "What's included in the 7-Day Challenge?", content: "The 7-Day Challenge delivers daily discipline tasks to your inbox. Each task builds your authority, trust, and connection with the community while establishing core discipline habits."},
|
||||
{
|
||||
id: "4", title: "Is there a free tier?", content: "Yes. We offer a free 5-Minute Discipline Starter Guide, foundational articles, and the 7-Day Challenge. Premium offerings include our Discipline Blueprint Course and coaching."},
|
||||
]}
|
||||
textPosition="left"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="opacity"
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
|
||||
imageAlt="Peak Mindset Community"
|
||||
columns={footerColumns}
|
||||
logoText="Peak Mindset"
|
||||
|
||||
Reference in New Issue
Block a user