9 Commits

Author SHA1 Message Date
17fb04364a Merge version_2 into main
Merge version_2 into main
2026-03-31 09:13:20 +00:00
782e3e058c Update src/app/page.tsx 2026-03-31 09:13:14 +00:00
2b8fe7edf9 Merge version_2 into main
Merge version_2 into main
2026-03-31 09:12:46 +00:00
ccaf94ee73 Update src/app/page.tsx 2026-03-31 09:12:40 +00:00
fca230bac4 Merge version_1 into main
Merge version_1 into main
2026-03-31 09:10:16 +00:00
9d31730a7b Merge version_1 into main
Merge version_1 into main
2026-03-31 09:09:53 +00:00
f2a4ca68a6 Merge version_1 into main
Merge version_1 into main
2026-03-31 09:09:12 +00:00
add2db7afc Merge version_1 into main
Merge version_1 into main
2026-03-31 09:08:36 +00:00
0744615564 Merge version_1 into main
Merge version_1 into main
2026-03-31 09:08:02 +00:00

View File

@@ -8,7 +8,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Shield } from "lucide-react"; import { Shield } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -35,8 +34,6 @@ export default function LandingPage() {
name: "Features", id: "features"}, name: "Features", id: "features"},
{ {
name: "Results", id: "metrics"}, name: "Results", id: "metrics"},
{
name: "Reviews", id: "testimonials"},
]} ]}
brandName="DetoxCoach" brandName="DetoxCoach"
/> />
@@ -48,30 +45,14 @@ export default function LandingPage() {
variant: "gradient-bars"}} variant: "gradient-bars"}}
title="Reclaim Your Focus with Detox Coach" 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." 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} enableKpiAnimation={true}
kpis={[
{ value: "85%", label: "Focus Gain" },
{ value: "12k", label: "Active Users" },
{ value: "4.9", label: "App Rating" }
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bhj6JnQChhOkqcF9OSrIPmPYqg/a-futuristic-mobile-app-dashboard-showin-1774948065147-d291ea6f.png" 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" 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={[ marqueeItems={[
{ {
type: "text", text: "Science-Backed"}, type: "text", text: "Science-Backed"},
@@ -130,34 +111,6 @@ export default function LandingPage() {
/> />
</div> </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"> <div id="blog" data-section="blog">
<BlogCardThree <BlogCardThree
animationType="slide-up" animationType="slide-up"