Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-31 09:12:46 +00:00

View File

@@ -35,8 +35,6 @@ export default function LandingPage() {
name: "Features", id: "features"},
{
name: "Results", id: "metrics"},
{
name: "Reviews", id: "testimonials"},
]}
brandName="DetoxCoach"
/>
@@ -48,30 +46,9 @@ export default function LandingPage() {
variant: "gradient-bars"}}
title="Reclaim Your Focus with Detox Coach"
description="Stop mindless scrolling. Our AI-powered coach actively intervenes in your habits, blocks distractions, and rewards your deep focus sessions."
kpis={[
{
value: "500+", label: "Focus Hours"},
{
value: "12k", label: "Distractions Blocked"},
{
value: "94%", label: "Success Rate"},
]}
enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/a-futuristic-mobile-app-dashboard-showin-1774948065147-d291ea6f.png"
mediaAnimation="slide-up"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-young-professional-using-a-1774948065096-baff8812.png", alt: "User 1"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-creative-designer-looking--1774948065188-c09d938d.png", alt: "User 2"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-developer-working-on-a-lap-1774948064823-d952ed86.png", alt: "User 3"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-an-entrepreneur-at-a-modern--1774948064694-57f1bfad.png", alt: "User 4"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-young-professional-using-a-1774948065096-baff8812.png", alt: "User 5"},
]}
avatarText="Trusted by 5,000+ deep workers"
marqueeItems={[
{
type: "text", text: "Science-Backed"},
@@ -130,34 +107,6 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "Detox Coach changed my work life. The app blocking is exactly what I needed to finish my thesis.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-young-professional-using-a-1774948065096-baff8812.png?_wi=1"},
{
id: "t2", name: "David Chen", handle: "@d_chen", testimonial: "The insights into my patterns were eye-opening. I feel so much more in control now.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-creative-designer-looking--1774948065188-c09d938d.png"},
{
id: "t3", name: "Elena Rossi", handle: "@elena_rossi", testimonial: "Gamification makes focus actually fun. I look forward to my deep work sessions daily.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-developer-working-on-a-lap-1774948064823-d952ed86.png"},
{
id: "t4", name: "Marcus J.", handle: "@marc_j", testimonial: "Simple, effective, and very elegant. A must-have for every digital worker.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-an-entrepreneur-at-a-modern--1774948064694-57f1bfad.png"},
{
id: "t5", name: "Jessica Lee", handle: "@jess_focus", testimonial: "Finally, a tool that respects my time and helps me stay in the flow state.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/portrait-of-a-young-professional-using-a-1774948065096-baff8812.png?_wi=2"},
]}
showRating={true}
title="Stories of Regained Focus"
description="Hear from people who transformed their relationship with technology."
/>
</div>
<div id="blog" data-section="blog">
<BlogCardThree
animationType="slide-up"
@@ -213,4 +162,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}