Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-28 12:26:32 +00:00
3 changed files with 121 additions and 412 deletions

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Dashboard",
id: "/dashboard",
},
name: "Dashboard", id: "/dashboard"},
{
name: "Focus Zone",
id: "/focus-zone",
},
name: "Focus Zone", id: "/focus-zone"},
{
name: "Self-Improvement",
id: "/self-improvement",
},
name: "Self-Improvement", id: "/self-improvement"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
]}
brandName="FocusFlow"
button={{
text: "Get Started",
href: "/dashboard",
}}
text: "Get Started", href: "/dashboard"}}
animateOnLoad={true}
/>
</div>
@@ -62,37 +50,15 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "community-leaders",
groupTitle: "Community Leaders & Mentors",
members: [
id: "community-leaders", groupTitle: "Community Leaders & Mentors", members: [
{
id: "leader1",
title: "Alex Sharma",
subtitle: "Head of Community",
detail: "Guides our global FocusFlow community.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg",
imageAlt: "Alex Sharma, Head of Community",
},
id: "leader1", title: "Alex Sharma", subtitle: "Head of Community", detail: "Guides our global FocusFlow community.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Alex Sharma, Head of Community"},
{
id: "leader2",
title: "Mia Wong",
subtitle: "Mentor & Educator",
detail: "Shares expertise on productivity techniques.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-jolly-adult-engaging-virtual-workshop-course-via-web-teleconference_482257-120792.jpg",
imageAlt: "Mia Wong, Mentor & Educator",
},
id: "leader2", title: "Mia Wong", subtitle: "Mentor & Educator", detail: "Shares expertise on productivity techniques.", imageSrc: "http://img.b2bpic.net/free-photo/happy-jolly-adult-engaging-virtual-workshop-course-via-web-teleconference_482257-120792.jpg", imageAlt: "Mia Wong, Mentor & Educator"},
{
id: "leader3",
title: "Omar Hassan",
subtitle: "Challenge Moderator",
detail: "Organizes daily challenges and events.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg",
imageAlt: "Omar Hassan, Challenge Moderator",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg?_wi=2",
imageAlt: "community leader portrait smiling",
},
id: "leader3", title: "Omar Hassan", subtitle: "Challenge Moderator", detail: "Organizes daily challenges and events.", imageSrc: "http://img.b2bpic.net/free-photo/woman-student-greeting-her-professor-laptop-web-video-call_482257-131843.jpg", imageAlt: "Omar Hassan, Challenge Moderator"},
]
}
]}
title="Connect & Grow Together"
description="Join a thriving community of like-minded individuals focused on personal growth, sharing insights, and celebrating milestones together."
@@ -105,14 +71,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Weekly Focus Challenge",
"Habit Streak Challenge",
"Mindfulness Marathon",
"Dopamine Detox Journey",
"Morning Routine Masterclass",
"Goal Setting Sprint",
"Nightly Reflection Circle",
]}
"Weekly Focus Challenge", "Habit Streak Challenge", "Mindfulness Marathon", "Dopamine Detox Journey", "Morning Routine Masterclass", "Goal Setting Sprint", "Nightly Reflection Circle"]}
title="Weekly Challenges & Achievements"
description="Participate in daily challenges, share your progress, and get inspired by others. Together, we build momentum and celebrate every win."
tag="Motivation"
@@ -121,71 +80,44 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657842.jpg?_wi=5"
imageSrc="http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657842.jpg"
imageAlt="Abstract blue and purple gradient background"
logoText="FocusFlow"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Daily Planner",
href: "/dashboard",
},
label: "Daily Planner", href: "/dashboard"},
{
label: "Focus Timer",
href: "/focus-zone",
},
label: "Focus Timer", href: "/focus-zone"},
{
label: "Habit Tracker",
href: "/dashboard",
},
label: "Habit Tracker", href: "/dashboard"},
{
label: "Goal Tracking",
href: "/dashboard",
},
label: "Goal Tracking", href: "/dashboard"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "/self-improvement",
},
label: "Blog", href: "/self-improvement"},
{
label: "Community",
href: "/community",
},
label: "Community", href: "/community"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Contact Us",
href: "#",
},
label: "Contact Us", href: "#"},
],
},
]}

View File

@@ -26,31 +26,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Dashboard",
id: "/dashboard",
},
name: "Dashboard", id: "/dashboard"},
{
name: "Focus Zone",
id: "/focus-zone",
},
name: "Focus Zone", id: "/focus-zone"},
{
name: "Self-Improvement",
id: "/self-improvement",
},
name: "Self-Improvement", id: "/self-improvement"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
]}
brandName="FocusFlow"
button={{
text: "Get Started",
href: "/dashboard",
}}
text: "Get Started", href: "/dashboard"}}
animateOnLoad={true}
/>
</div>
@@ -62,34 +50,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "dashboard-tasks",
label: "Daily Task Planner",
title: "Efficient Task Management",
items: [
"Smart to-do list",
"Priority levels",
"Due date reminders",
],
id: "dashboard-tasks", label: "Daily Task Planner", title: "Efficient Task Management", items: [
"Smart to-do list", "Priority levels", "Due date reminders"],
},
{
id: "dashboard-habits",
label: "Integrated Habit Tracker",
title: "Build Consistent Routines",
items: [
"Visual progress charts",
"Customizable habits",
"Streak motivation",
],
id: "dashboard-habits", label: "Integrated Habit Tracker", title: "Build Consistent Routines", items: [
"Visual progress charts", "Customizable habits", "Streak motivation"],
},
{
id: "dashboard-pomodoro",
label: "Pomodoro Focus Timer",
title: "Boost Concentration",
items: [
"Customizable work/break intervals",
"Distraction-free mode",
"Session logging",
],
id: "dashboard-pomodoro", label: "Pomodoro Focus Timer", title: "Boost Concentration", items: [
"Customizable work/break intervals", "Distraction-free mode", "Session logging"],
},
]}
title="Your Personalized Control Center"
@@ -103,55 +73,20 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
animationType="slide-up"
products={[
{
id: "daily-score",
name: "Daily Productivity Score",
price: "90%",
variant: "Excellent",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection-infographic-template_23-2148368928.jpg",
imageAlt: "Daily Productivity Score chart",
},
id: "daily-score", name: "Daily Productivity Score", price: "90%", variant: "Excellent", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-element-collection-infographic-template_23-2148368928.jpg", imageAlt: "Daily Productivity Score chart"},
{
id: "weekly-analysis",
name: "Weekly Performance Analysis",
price: "View Report",
variant: "Detailed Insights",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bullet-journals-arrangement_23-2149740041.jpg",
imageAlt: "Weekly Performance Analysis dashboard",
},
id: "weekly-analysis", name: "Weekly Performance Analysis", price: "View Report", variant: "Detailed Insights", imageSrc: "http://img.b2bpic.net/free-photo/top-view-bullet-journals-arrangement_23-2149740041.jpg", imageAlt: "Weekly Performance Analysis dashboard"},
{
id: "goal-tracker",
name: "Goal Achievement Tracker",
price: "7 Goals",
variant: "On Track",
imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-58199.jpg",
imageAlt: "Goal Achievement Tracker chart",
},
id: "goal-tracker", name: "Goal Achievement Tracker", price: "7 Goals", variant: "On Track", imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-58199.jpg", imageAlt: "Goal Achievement Tracker chart"},
{
id: "focus-history",
name: "Focus Session History",
price: "120 Hrs",
variant: "Total Focused Time",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-golden-pen_23-2148975839.jpg",
imageAlt: "Focus Session History chart",
},
id: "focus-history", name: "Focus Session History", price: "120 Hrs", variant: "Total Focused Time", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-golden-pen_23-2148975839.jpg", imageAlt: "Focus Session History chart"},
{
id: "mood-trend",
name: "Mood Trend Analysis",
price: "Positive",
variant: "Overall Outlook",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg",
imageAlt: "Mood Trend Analysis chart",
},
id: "mood-trend", name: "Mood Trend Analysis", price: "Positive", variant: "Overall Outlook", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg", imageAlt: "Mood Trend Analysis chart"},
{
id: "routine-rates",
name: "Routine Completion Rates",
price: "85%",
variant: "Consistent",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-workplace-items-assortment_23-2148975804.jpg",
imageAlt: "Routine Completion Rates chart",
},
id: "routine-rates", name: "Routine Completion Rates", price: "85%", variant: "Consistent", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-workplace-items-assortment_23-2148975804.jpg", imageAlt: "Routine Completion Rates chart"},
]}
title="Visualize Your Growth"
description="See your progress with smart charts and detailed goal tracking. Understand your performance and identify areas for improvement."
@@ -161,71 +96,44 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657842.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657842.jpg"
imageAlt="Abstract blue and purple gradient background"
logoText="FocusFlow"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Daily Planner",
href: "/dashboard",
},
label: "Daily Planner", href: "/dashboard"},
{
label: "Focus Timer",
href: "/focus-zone",
},
label: "Focus Timer", href: "/focus-zone"},
{
label: "Habit Tracker",
href: "/dashboard",
},
label: "Habit Tracker", href: "/dashboard"},
{
label: "Goal Tracking",
href: "/dashboard",
},
label: "Goal Tracking", href: "/dashboard"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "/self-improvement",
},
label: "Blog", href: "/self-improvement"},
{
label: "Community",
href: "/community",
},
label: "Community", href: "/community"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Contact Us",
href: "#",
},
label: "Contact Us", href: "#"},
],
},
]}

View File

@@ -30,31 +30,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Dashboard",
id: "/dashboard",
},
name: "Dashboard", id: "/dashboard"},
{
name: "Focus Zone",
id: "/focus-zone",
},
name: "Focus Zone", id: "/focus-zone"},
{
name: "Self-Improvement",
id: "/self-improvement",
},
name: "Self-Improvement", id: "/self-improvement"},
{
name: "Community",
id: "/community",
},
name: "Community", id: "/community"},
]}
brandName="FocusFlow"
button={{
text: "Get Started",
href: "/dashboard",
}}
text: "Get Started", href: "/dashboard"}}
animateOnLoad={true}
/>
</div>
@@ -65,82 +53,43 @@ export default function LandingPage() {
description="FocusFlow empowers you with a smart task planner, habit tracker, and Pomodoro timer to elevate your productivity and achieve unparalleled mental clarity."
testimonials={[
{
name: "Sarah Johnson",
handle: "@sarahj",
testimonial: "FocusFlow transformed my daily routine. My concentration has never been better!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
imageAlt: "Sarah Johnson",
},
name: "Sarah Johnson", handle: "@sarahj", testimonial: "FocusFlow transformed my daily routine. My concentration has never been better!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Sarah Johnson"},
{
name: "Michael Chen",
handle: "@mchen",
testimonial: "The habit tracker is a game-changer. I'm finally consistent with my goals.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-man-sitting-bench_1262-1517.jpg",
imageAlt: "Michael Chen",
},
name: "Michael Chen", handle: "@mchen", testimonial: "The habit tracker is a game-changer. I'm finally consistent with my goals.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-senior-man-sitting-bench_1262-1517.jpg", imageAlt: "Michael Chen"},
{
name: "Emily Rodriguez",
handle: "@emilyr",
testimonial: "Intuitive design and powerful features make productivity effortless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-124682.jpg",
imageAlt: "Emily Rodriguez",
},
name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Intuitive design and powerful features make productivity effortless.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/corporate-leaders-demonstrating-powerful-collaboration-strategic-thinking_482257-124682.jpg", imageAlt: "Emily Rodriguez"},
{
name: "David Kim",
handle: "@davidk",
testimonial: "The Pomodoro timer helps me achieve deep work without burnout.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg",
imageAlt: "David Kim",
},
name: "David Kim", handle: "@davidk", testimonial: "The Pomodoro timer helps me achieve deep work without burnout.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151099206.jpg", imageAlt: "David Kim"},
{
name: "Jessica Lee",
handle: "@jessical",
testimonial: "Highly recommend FocusFlow for anyone serious about self-improvement and focus.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-knitted-warm-sweater-hat_273609-6896.jpg",
imageAlt: "Jessica Lee",
},
name: "Jessica Lee", handle: "@jessical", testimonial: "Highly recommend FocusFlow for anyone serious about self-improvement and focus.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-bearded-man-wearing-knitted-warm-sweater-hat_273609-6896.jpg", imageAlt: "Jessica Lee"},
]}
testimonialRotationInterval={6000}
tag="Achieve More"
buttons={[
{
text: "Start Your Journey",
href: "/dashboard",
},
text: "Start Your Journey", href: "/dashboard"},
{
text: "Learn More",
href: "/#about",
},
text: "Learn More", href: "/#about"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-woman-portrait-with-blurred-plant_23-2148304879.jpg",
alt: "User avatar 1",
},
src: "http://img.b2bpic.net/free-photo/smiling-woman-portrait-with-blurred-plant_23-2148304879.jpg", alt: "User avatar 1"},
{
src: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg",
alt: "User avatar 2",
},
src: "http://img.b2bpic.net/free-photo/contemplated-serious-young-man-looking-camera_23-2148130297.jpg", alt: "User avatar 2"},
{
src: "http://img.b2bpic.net/free-photo/blonde-woman-is-looking-camera-white-background_176474-116011.jpg",
alt: "User avatar 3",
},
src: "http://img.b2bpic.net/free-photo/blonde-woman-is-looking-camera-white-background_176474-116011.jpg", alt: "User avatar 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-young-man-making-hand-frame-blue-background_23-2148193971.jpg",
alt: "User avatar 4",
},
src: "http://img.b2bpic.net/free-photo/smiling-young-man-making-hand-frame-blue-background_23-2148193971.jpg", alt: "User avatar 4"},
{
src: "asset://hero-avatar-5",
alt: "User avatar 5",
},
src: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg", alt: "User avatar 5"},
]}
avatarText="Join 10,000+ focused users"
imageSrc="http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/market-trends-concept-with-computer_23-2150372439.jpg"
imageAlt="FocusFlow dashboard interface"
showDimOverlay={false}
showBlur={true}
@@ -156,9 +105,7 @@ export default function LandingPage() {
tag="Our Mission"
buttons={[
{
text: "Discover Features",
href: "/#features",
},
text: "Discover Features", href: "/#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-woman-holding-smartphone_23-2149265774.jpg"
imageAlt="FocusFlow application interface with productivity features"
@@ -172,34 +119,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "daily-planner",
label: "Daily Task Planner",
title: "Organize & Prioritize",
items: [
"Smart to-do lists",
"Drag-and-drop planning",
"Deadline reminders",
],
id: "daily-planner", label: "Daily Task Planner", title: "Organize & Prioritize", items: [
"Smart to-do lists", "Drag-and-drop planning", "Deadline reminders"],
},
{
id: "focus-timer",
label: "Focus Timer",
title: "Deep Work Sessions",
items: [
"Customizable Pomodoro",
"Session analytics",
"Soundscapes",
],
id: "focus-timer", label: "Focus Timer", title: "Deep Work Sessions", items: [
"Customizable Pomodoro", "Session analytics", "Soundscapes"],
},
{
id: "habit-tracker",
label: "Habit Tracker",
title: "Build Lasting Habits",
items: [
"Visual progress tracking",
"Streak motivators",
"Goal synchronization",
],
id: "habit-tracker", label: "Habit Tracker", title: "Build Lasting Habits", items: [
"Visual progress tracking", "Streak motivators", "Goal synchronization"],
},
]}
title="All-in-One Productivity Hub"
@@ -213,27 +142,16 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
{
id: "focus-sessions",
value: "10K+",
title: "Focus Sessions Completed",
description: "Users have completed over ten thousand productive focus sessions.",
icon: Zap,
id: "focus-sessions", value: "10K+", title: "Focus Sessions Completed", description: "Users have completed over ten thousand productive focus sessions.", icon: Zap,
},
{
id: "tasks-mastered",
value: "50K+",
title: "Tasks Mastered",
description: "Achieve your goals by mastering thousands of tasks with FocusFlow.",
icon: CheckCircle,
id: "tasks-mastered", value: "50K+", title: "Tasks Mastered", description: "Achieve your goals by mastering thousands of tasks with FocusFlow.", icon: CheckCircle,
},
{
id: "habits-built",
value: "1M+",
title: "Habits Built",
description: "Cultivate positive habits, with over a million new habits formed.",
icon: Award,
id: "habits-built", value: "1M+", title: "Habits Built", description: "Cultivate positive habits, with over a million new habits formed.", icon: Award,
},
]}
title="Your Progress, Visualized"
@@ -247,43 +165,21 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-brunette-female-blue-shirt-grey-background_613910-7954.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-white-shirt-posing-with-crossed-hands-pink-background_140725-26866.jpg",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-white-shirt-posing-with-crossed-hands-pink-background_140725-26866.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg",
imageAlt: "Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/single-gesture-lifestyle-white-male_1262-2168.jpg", imageAlt: "Emily Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-man-sitting-front-wall_23-2148130273.jpg",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-man-sitting-front-wall_23-2148130273.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Jessica Lee",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-female-student_1262-3811.jpg",
imageAlt: "Jessica Lee",
},
id: "5", name: "Jessica Lee", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-pretty-female-student_1262-3811.jpg", imageAlt: "Jessica Lee"},
]}
cardTitle="Real Users, Real Transformation"
cardTag="Success Stories"
buttons={[
{
text: "Join Our Community",
href: "/community",
},
text: "Join Our Community", href: "/community"},
]}
cardAnimation="slide-up"
/>
@@ -291,71 +187,44 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657842.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/representation-collective-mind-process-concept-digital-art-style_23-2151657842.jpg"
imageAlt="Abstract blue and purple gradient background"
logoText="FocusFlow"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Daily Planner",
href: "/dashboard",
},
label: "Daily Planner", href: "/dashboard"},
{
label: "Focus Timer",
href: "/focus-zone",
},
label: "Focus Timer", href: "/focus-zone"},
{
label: "Habit Tracker",
href: "/dashboard",
},
label: "Habit Tracker", href: "/dashboard"},
{
label: "Goal Tracking",
href: "/dashboard",
},
label: "Goal Tracking", href: "/dashboard"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/#about",
},
label: "About Us", href: "/#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "/self-improvement",
},
label: "Blog", href: "/self-improvement"},
{
label: "Community",
href: "/community",
},
label: "Community", href: "/community"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "Help Center",
href: "#",
},
label: "Help Center", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Contact Us",
href: "#",
},
label: "Contact Us", href: "#"},
],
},
]}