Merge version_1 into main #3
@@ -47,14 +47,14 @@ export default function LandingPage() {
|
||||
title="The Discipline Protocol"
|
||||
description="How to Destroy Procrastination, Rebuild Focus, and Take Control of Your Life. Elevate your existence."
|
||||
testimonials={[
|
||||
{ name: "Marcus R.", handle: "@discipline", testimonial: "This protocol is the only thing that actually worked for me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "Elena V.", handle: "@focus", testimonial: "Regained my focus after years of brain fog. Unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "David L.", handle: "@growth", testimonial: "Minimalist, blunt, effective. The new standard.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "Sarah K.", handle: "@routine", testimonial: "Disciplined, clear, exactly what I needed to change.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "James P.", handle: "@mindset", testimonial: "Game changer for my daily workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "Marcus R.", handle: "@discipline", testimonial: "This protocol is the only thing that actually worked for me.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "Elena V.", handle: "@focus", testimonial: "Regained my focus after years of brain fog. Unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "David L.", handle: "@growth", testimonial: "Minimalist, blunt, effective. The new standard.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "Sarah K.", handle: "@routine", testimonial: "Disciplined, clear, exactly what I needed to change.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic" },
|
||||
{ name: "James P.", handle: "@mindset", testimonial: "Game changer for my daily workflow.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg?_wi=1", imageAlt: "man looking at city dark aesthetic" },
|
||||
]}
|
||||
buttons={[{ text: "Get The Guide", href: "#cta" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-city-lifestyle_23-2151002679.jpg?_wi=2"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/lonely-man-bus-station-city-night_23-2149001237.jpg", alt: "User avatar" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/thunderstorm-city_23-2151750354.jpg", alt: "User avatar" },
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Focus Recovery" },
|
||||
{ value: "24/7", title: "Discipline" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blond-man-with-virtual-glasses-surprised-expression_1194-2847.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -93,9 +93,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "f1", title: "Dopamine Control", author: "Framework", description: "Master your internal chemical rewards.", tags: ["Focus"], imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg" },
|
||||
{ id: "f2", title: "Monk Mode Systems", author: "Framework", description: "Deep work cycles for maximum output.", tags: ["Productivity"], imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg" },
|
||||
{ id: "f3", title: "Mental Toughness", author: "Framework", description: "Building resilience through structured habits.", tags: ["Growth"], imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg" },
|
||||
{ id: "f1", title: "Dopamine Control", author: "Framework", description: "Master your internal chemical rewards.", tags: ["Focus"], imageSrc: "http://img.b2bpic.net/free-photo/orange-skeleton-hand-middle_23-2147908213.jpg?_wi=2" },
|
||||
{ id: "f2", title: "Monk Mode Systems", author: "Framework", description: "Deep work cycles for maximum output.", tags: ["Productivity"], imageSrc: "http://img.b2bpic.net/free-photo/chicken-eggs-dark-material_23-2148073869.jpg?_wi=2" },
|
||||
{ id: "f3", title: "Mental Toughness", author: "Framework", description: "Building resilience through structured habits.", tags: ["Growth"], imageSrc: "http://img.b2bpic.net/free-vector/blacksmith-flat-color-icons-set_1284-9162.jpg?_wi=2" },
|
||||
]}
|
||||
title="What You Will Learn"
|
||||
description="The foundation of a disciplined life."
|
||||
|
||||
Reference in New Issue
Block a user