Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-02 19:22:46 +00:00
6 changed files with 109 additions and 276 deletions

View File

@@ -20,8 +20,7 @@ export default function ChallengePage() {
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" },
@@ -29,8 +28,7 @@ export default function ChallengePage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -38,8 +36,7 @@ export default function ChallengePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -55,7 +52,7 @@ export default function ChallengePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -75,42 +72,24 @@ export default function ChallengePage() {
description="Join 10,000+ builders transforming their lives. Daily tasks, email delivery, and a community that holds you accountable. No motivation required—just commitment."
tag="Limited Spots Available"
tagIcon={Zap}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Start Challenge Today", href: "/start-here" },
{ text: "View Success Stories", href: "/#testimonials" },
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg?_wi=4",
imageAlt: "challenge training daily commitment progress",
},
id: "1", 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: "2",
imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg?_wi=5",
imageAlt: "discipline mindset motivation strength focus",
},
id: "2", 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: "3",
imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg?_wi=5",
imageAlt: "mountain achievement peak success determination",
},
id: "3", 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: "4",
imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg?_wi=4",
imageAlt: "confidence strength discipline mindset growth",
},
id: "4", 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: "5",
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg?_wi=4",
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/portrait-happy-woman-coffee-shop-celebrating-success-with-her-hands-up_1163-1788.jpg?_wi=2",
imageAlt: "success habits routine winning dedication",
},
id: "6", 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"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -139,35 +118,24 @@ export default function ChallengePage() {
sideDescription="Everything you need to know to get started."
faqs={[
{
id: "1",
title: "How does the 7-Day Challenge work?",
content: "Each day for 7 days, you'll receive a discipline task via email. Complete it immediately—no excuses. Tasks take 15-30 minutes and build lasting habits. Join our private community for accountability.",
},
id: "1", title: "How does the 7-Day Challenge work?", content: "Each day for 7 days, you'll receive a discipline task via email. Complete it immediately—no excuses. Tasks take 15-30 minutes and build lasting habits. Join our private community for accountability."},
{
id: "2",
title: "What if I miss a day?",
content: "Don't. That's the entire point. Discipline isn't about motivation—it's about showing up regardless. Miss a day, and you break the chain. Start over with Day 1.",
},
id: "2", title: "What if I miss a day?", content: "Don't. That's the entire point. Discipline isn't about motivation—it's about showing up regardless. Miss a day, and you break the chain. Start over with Day 1."},
{
id: "3",
title: "Do I need to pay to join?",
content: "The 7-Day Challenge is completely free. After completion, we offer optional premium programs like our Discipline Blueprint course, daily coaching, and accountability partnerships.",
},
id: "3", title: "Do I need to pay to join?", content: "The 7-Day Challenge is completely free. After completion, we offer optional premium programs like our Discipline Blueprint course, daily coaching, and accountability partnerships."},
{
id: "4",
title: "Can I join anytime?",
content: "Yes. The challenge starts whenever you sign up. You can begin today and complete all 7 days at your own pace, but we recommend staying committed to consecutive days.",
},
id: "4", title: "Can I join anytime?", content: "Yes. The challenge starts whenever you sign up. You can begin today and complete all 7 days at your own pace, but we recommend staying committed to consecutive days."},
]}
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=3"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
imageAlt="Peak Mindset Community"
columns={footerColumns}
logoText="Peak Mindset"

View File

@@ -20,8 +20,7 @@ export default function AboutPage() {
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" },
@@ -29,8 +28,7 @@ export default function AboutPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -38,8 +36,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -55,7 +52,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -79,6 +76,7 @@ export default function AboutPage() {
{ icon: Target, label: "Goals Achieved", value: "15K+" },
]}
useInvertedBackground={false}
metricsAnimation="opacity"
/>
</div>
@@ -91,32 +89,14 @@ export default function AboutPage() {
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=5",
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=5",
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=3",
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"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -128,7 +108,7 @@ export default function AboutPage() {
<ContactText
text="Peak Mindset isn't just another platform. It's a movement for serious builders ready to commit to discipline and excellence. Join us and prove that discipline beats motivation every single time."
animationType="reveal-blur"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Join The Community", href: "/7-day-challenge" },
{ text: "Start Here", href: "/start-here" },
@@ -139,7 +119,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
imageAlt="Peak Mindset Community"
columns={footerColumns}
logoText="Peak Mindset"

View File

@@ -18,8 +18,7 @@ export default function ContactPage() {
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" },
@@ -27,8 +26,7 @@ export default function ContactPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -36,8 +34,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -53,7 +50,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -71,7 +68,7 @@ export default function ContactPage() {
<ContactText
text="Have questions? Want to collaborate? Ready to share your discipline story? Reach out directly. We read every message and respond to builders serious about their journey."
animationType="reveal-blur"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Email Us", href: "mailto:hello@peakmindset.com" },
{ text: "Join Discord", href: "https://discord.com" },
@@ -86,35 +83,24 @@ export default function ContactPage() {
sideDescription="Find answers to common questions or reach out directly."
faqs={[
{
id: "1",
title: "How can I contact Peak Mindset?",
content: "Email us at hello@peakmindset.com or join our Discord community for direct conversations with our team and other builders.",
},
id: "1", title: "How can I contact Peak Mindset?", content: "Email us at hello@peakmindset.com or join our Discord community for direct conversations with our team and other builders."},
{
id: "2",
title: "Do you offer coaching or consulting?",
content: "Yes. We offer 1-on-1 accountability partnerships, group coaching, and customized discipline strategies. Email us to discuss your needs.",
},
id: "2", title: "Do you offer coaching or consulting?", content: "Yes. We offer 1-on-1 accountability partnerships, group coaching, and customized discipline strategies. Email us to discuss your needs."},
{
id: "3",
title: "Can I partner with Peak Mindset?",
content: "Absolutely. We're always interested in collaborating with like-minded communities, creators, and brands. Reach out at partnerships@peakmindset.com.",
},
id: "3", title: "Can I partner with Peak Mindset?", content: "Absolutely. We're always interested in collaborating with like-minded communities, creators, and brands. Reach out at partnerships@peakmindset.com."},
{
id: "4",
title: "What's the best way to get involved?",
content: "Start with the 7-Day Challenge to experience the community. From there, explore premium programs, join Discord, and connect with other disciplined builders.",
},
id: "4", title: "What's the best way to get involved?", content: "Start with the 7-Day Challenge to experience the community. From there, explore premium programs, join Discord, and connect with other disciplined builders."},
]}
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=5"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
imageAlt="Peak Mindset Community"
columns={footerColumns}
logoText="Peak Mindset"

View File

@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
variable: "--font-public-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Peak Mindset - Discipline Over Motivation",
description: "Build mental toughness, financial growth, and consistency. Join 10,000+ disciplined builders committed to excellence.",
keywords: "discipline, mindset, productivity, habits, success, motivation",
robots: {
title: "Peak Mindset - Discipline Over Motivation", description: "Build mental toughness, financial growth, and consistency. Join 10,000+ disciplined builders committed to excellence.", keywords: "discipline, mindset, productivity, habits, success, motivation", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Peak Mindset - Discipline Over Motivation",
description: "Build mental toughness, financial growth, and consistency. Join the discipline movement.",
url: "https://peakmindset.com",
siteName: "Peak Mindset",
type: "website",
images: [
title: "Peak Mindset - Discipline Over Motivation", description: "Build mental toughness, financial growth, and consistency. Join the discipline movement.", url: "https://peakmindset.com", siteName: "Peak Mindset", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg",
alt: "Peak Mindset - Discipline Movement",
},
url: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg", alt: "Peak Mindset - Discipline Movement"},
],
},
twitter: {
card: "summary_large_image",
title: "Peak Mindset - Discipline Over Motivation",
description: "Build discipline, not motivation. Join the movement.",
images: ["http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg"],
card: "summary_large_image", title: "Peak Mindset - Discipline Over Motivation", description: "Build discipline, not motivation. Join the movement.", images: ["http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg"],
},
};

View File

@@ -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"

View File

@@ -18,8 +18,7 @@ export default function StartHerePage() {
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" },
@@ -27,8 +26,7 @@ export default function StartHerePage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Discord", href: "https://discord.com" },
{ label: "Twitter", href: "https://twitter.com" },
{ label: "YouTube", href: "https://youtube.com" },
@@ -36,8 +34,7 @@ export default function StartHerePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Privacy Policy", href: "#" },
@@ -53,7 +50,7 @@ export default function StartHerePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="medium"
background="aurora"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -75,26 +72,11 @@ export default function StartHerePage() {
tagIcon={BookOpen}
features={[
{
id: "01",
title: "5-Minute Discipline Starter Guide",
description: "Free PDF guide to begin your transformation. Enter your email to download and get instant access.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-journal-desk_23-2148210414.jpg?_wi=3",
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 and get instant access.", 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. Learn the science behind discipline.",
imageSrc: "http://img.b2bpic.net/free-photo/triumphant-hiker-stands-mountain-peak-with-his-arms-raised-victory_482257-119979.jpg?_wi=4",
imageAlt: "mountain achievement peak success determination",
},
id: "02", title: "How to Build Discipline", description: "Foundational principles and daily practices that create lasting change. Learn the science behind discipline.", 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. Break through resistance today.",
imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg?_wi=3",
imageAlt: "challenge training daily commitment progress",
},
id: "03", title: "How to Stop Procrastinating", description: "Proven strategies to eliminate procrastination and execute immediately. Break through resistance today.", imageSrc: "http://img.b2bpic.net/free-photo/seven-number-day-date-time-character-symbol-concept_53876-31191.jpg", imageAlt: "challenge training daily commitment progress"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -109,26 +91,11 @@ export default function StartHerePage() {
description="Choose your path and commit. The best time to start is now."
features={[
{
id: "01",
title: "Take The 7-Day Challenge",
description: "Start the challenge that's transformed thousands. Daily tasks, community support, and proven results.",
imageSrc: "http://img.b2bpic.net/free-photo/young-sportsman-exercising-with-barbell-cross-training-gym_637285-2501.jpg?_wi=4",
imageAlt: "discipline mindset motivation strength focus",
},
id: "01", title: "Take The 7-Day Challenge", description: "Start the challenge that's transformed thousands. Daily tasks, community support, and proven results.", 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: "02",
title: "Join Our Community",
description: "Connect with disciplined builders, share wins, and hold each other accountable.",
imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg?_wi=3",
imageAlt: "success transformation before-after achievement proud",
},
id: "02", title: "Join Our Community", description: "Connect with disciplined builders, share wins, and hold each other accountable.", imageSrc: "http://img.b2bpic.net/free-photo/business-colleagues-giving-high-five_74855-1134.jpg", imageAlt: "success transformation before-after achievement proud"},
{
id: "03",
title: "Explore Premium Programs",
description: "Level up with our Discipline Blueprint course, daily coaching, and personalized strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg?_wi=3",
imageAlt: "confidence strength discipline mindset growth",
},
id: "03", title: "Explore Premium Programs", description: "Level up with our Discipline Blueprint course, daily coaching, and personalized strategies.", imageSrc: "http://img.b2bpic.net/free-photo/friends-fitness-training-together-outdoors-living-active-healthy_1328-2963.jpg", imageAlt: "confidence strength discipline mindset growth"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -139,7 +106,7 @@ export default function StartHerePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/business-executives-with-hand-stacked_1170-1782.jpg"
imageAlt="Peak Mindset Community"
columns={footerColumns}
logoText="Peak Mindset"