Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 070e567ccf | |||
| d201383b74 | |||
| 6c95013c3b | |||
| baf9555364 | |||
| 3455e657b6 | |||
| e16e0d02fe | |||
| f03a544902 | |||
| 3dae47e4b9 |
1439
src/app/layout.tsx
1439
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
200
src/app/page.tsx
200
src/app/page.tsx
@@ -18,9 +18,9 @@ export default function HomePage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Community", id: "#community" },
|
||||
{ name: "Habits", id: "#habits" },
|
||||
{ name: "Analytics", id: "#analytics" },
|
||||
{ name: "Community", id: "#community" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
];
|
||||
|
||||
@@ -69,7 +69,8 @@ export default function HomePage() {
|
||||
brandName="Desire To Fly"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started", href: "/signup"}}
|
||||
text: "Get Started", href: "/signup"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -80,16 +81,20 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/abstract-motion-graphics-showing-upward--1772944390339-cd30b80c.png", alt: "Growth trajectory visualization"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/abstract-motion-graphics-showing-upward--1772944390339-cd30b80c.png", alt: "Growth trajectory visualization"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/an-airplane-flying-through-clouds-with-a-1772944390934-e8f44b53.png", alt: "Airplane flying upward symbolizing growth"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/an-airplane-flying-through-clouds-with-a-1772944390934-e8f44b53.png", alt: "Airplane flying upward symbolizing growth"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 10,000+ users worldwide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Your Journey", href: "/signup"},
|
||||
text: "Build My First Habit", href: "/signup"
|
||||
},
|
||||
{
|
||||
text: "Explore Features", href: "#features"},
|
||||
text: "Explore Features", href: "#features"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Hero section - Desire To Fly habit tracking platform"
|
||||
@@ -105,17 +110,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Smart Habit Tracking", description: "Create unlimited habits with emoji icons, set frequency (daily/weekly/monthly), and track progress across Health, Study, Skills, Work, Finance, and Personal Growth categories with real-time insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/a-clean-dashboard-showing-habit-tracking-1772944391270-827f8208.png?_wi=1", imageAlt: "Habit tracking dashboard interface"},
|
||||
id: "1", title: "Smart Habit Tracking", description: "Create unlimited habits with emoji icons, set frequency (daily/weekly/monthly), and track progress across Health, Study, Skills, Work, Finance, and Personal Growth categories with real-time insights.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/a-clean-dashboard-showing-habit-tracking-1772944391270-827f8208.png?_wi=1", imageAlt: "Habit tracking dashboard interface"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Advanced Analytics", description: "Visualize your growth with daily progress graphs, weekly performance charts, monthly statistics, yearly analytics, and a beautiful 365-day growth map showing performance at a glance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/advanced-analytics-dashboard-with-multip-1772944391714-8cd7b242.png", imageAlt: "Analytics dashboard with charts and heatmap"},
|
||||
id: "2", title: "Advanced Analytics", description: "Visualize your growth with daily progress graphs, weekly performance charts, monthly statistics, yearly analytics, and a beautiful 365-day growth map showing performance at a glance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/advanced-analytics-dashboard-with-multip-1772944391714-8cd7b242.png", imageAlt: "Analytics dashboard with charts and heatmap"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Global Leaderboard", description: "Compete with the community on weekly and monthly leaderboards. Earn badges, streak rewards, and top performer recognition to fuel your competitive spirit and motivation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/global-leaderboard-interface-showing-top-1772944393785-7e5ed355.png", imageAlt: "Global leaderboard with rankings and badges"},
|
||||
id: "3", title: "Global Leaderboard", description: "Compete with the community on weekly and monthly leaderboards. Earn badges, streak rewards, and top performer recognition to fuel your competitive spirit and motivation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/global-leaderboard-interface-showing-top-1772944393785-7e5ed355.png", imageAlt: "Global leaderboard with rankings and badges"
|
||||
},
|
||||
{
|
||||
id: "4", title: "AI Habit Coach", description: "Get personalized coaching from our AI assistant. Overcome procrastination, receive productivity strategies, and stay motivated with intelligent, voice-enabled conversation support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/ai-coach-interface-with-a-friendly-chatb-1772944390483-3497c40b.png", imageAlt: "AI coach chatbot interface"},
|
||||
id: "4", title: "AI Habit Coach", description: "Get personalized coaching from our AI assistant. Overcome procrastination, receive productivity strategies, and stay motivated with intelligent, voice-enabled conversation support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/ai-coach-interface-with-a-friendly-chatb-1772944390483-3497c40b.png", imageAlt: "AI coach chatbot interface"
|
||||
},
|
||||
{
|
||||
id: "5", title: "Community Hub", description: "Share achievements, celebrate wins, send motivational messages to friends, and join global community challenges. Gamified rewards and celebration animations for every milestone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/community-feed-showing-user-achievements-1772944390782-428dc8f0.png", imageAlt: "Community feed with achievement posts"},
|
||||
id: "5", title: "Community Hub", description: "Share achievements, celebrate wins, send motivational messages to friends, and join global community challenges. Gamified rewards and celebration animations for every milestone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/community-feed-showing-user-achievements-1772944390782-428dc8f0.png", imageAlt: "Community feed with achievement posts"
|
||||
},
|
||||
{
|
||||
id: "6", title: "Achievements & Rewards", description: "Unlock badges, earn streak rewards, and climb the ranks. Experience celebration confetti animations and fire streak effects that motivate you to keep pushing forward."},
|
||||
id: "6", title: "Achievements & Rewards", description: "Unlock badges, earn streak rewards, and climb the ranks. Experience celebration confetti animations and fire streak effects that motivate you to keep pushing forward."
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -123,7 +134,56 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore All Features", href: "/dashboard"},
|
||||
text: "Explore All Features", href: "/dashboard"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="community" data-section="community">
|
||||
<TestimonialCardSixteen
|
||||
title="Success Stories From Our Community"
|
||||
description="Join thousands of users who have transformed their lives through consistent habit tracking, AI coaching, and community support"
|
||||
tag="User Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", role: "Product Manager", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-success-1772944389445-964b43fb.png?_wi=1", imageAlt: "Priya Sharma"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Jennifer Martinez", role: "Entrepreneur", company: "Growth Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-success-1772944390057-92052e63.png?_wi=1", imageAlt: "Jennifer Martinez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Rajesh Kumar", role: "Software Engineer", company: "Code Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-diverse-1772944391251-cb4d9843.png?_wi=1", imageAlt: "Rajesh Kumar"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Amanda Wilson", role: "Wellness Coach", company: "Life Balance Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-success-1772944390604-208979ba.png?_wi=1", imageAlt: "Amanda Wilson"
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "47,000+", label: "Total habits tracked successfully"
|
||||
},
|
||||
{
|
||||
value: "92%", label: "User satisfaction rate"
|
||||
},
|
||||
{
|
||||
value: "156", label: "Average day streak per user"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Our Community", href: "/signup"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -147,7 +207,8 @@ export default function HomePage() {
|
||||
title: "Real-Time Points System", description: "Earn points for every completed habit. Accumulate daily productivity scores, consistency metrics, and personal growth ratings.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Unlimited Habit Creation", description: "No limits on how many habits you can track. Start small and scale up as you build momentum and confidence."},
|
||||
title: "Unlimited Habit Creation", description: "No limits on how many habits you can track. Start small and scale up as you build momentum and confidence."
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/a-clean-dashboard-showing-habit-tracking-1772944391270-827f8208.png?_wi=2"
|
||||
imageAlt="Habit tracking system interface"
|
||||
@@ -157,7 +218,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Create Your First Habit", href: "/signup"},
|
||||
text: "Create Your First Habit", href: "/signup"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -170,59 +232,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "10,000+", description: "Users tracking their growth and building lasting habits across the platform daily"},
|
||||
id: "1", value: "10,000+", description: "Users tracking their growth and building lasting habits across the platform daily"
|
||||
},
|
||||
{
|
||||
id: "2", value: "365", description: "Days of performance history with color-coded heatmap showing green excellence, yellow progress, and red challenges"},
|
||||
id: "2", value: "365", description: "Days of performance history with color-coded heatmap showing green excellence, yellow progress, and red challenges"
|
||||
},
|
||||
{
|
||||
id: "3", value: "6", description: "Habit categories covering every life dimension: Health, Study, Skills, Work, Finance, and Personal Growth"},
|
||||
id: "3", value: "6", description: "Habit categories covering every life dimension: Health, Study, Skills, Work, Finance, and Personal Growth"
|
||||
},
|
||||
{
|
||||
id: "4", value: "85%", description: "Average habit completion rate among engaged users, demonstrating the platform's effectiveness in building discipline"},
|
||||
id: "4", value: "85%", description: "Average habit completion rate among engaged users, demonstrating the platform's effectiveness in building discipline"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="community" data-section="community">
|
||||
<TestimonialCardSixteen
|
||||
title="Success Stories From Our Community"
|
||||
description="Join thousands of users who have transformed their lives through consistent habit tracking, AI coaching, and community support"
|
||||
tag="User Testimonials"
|
||||
tagIcon={Heart}
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Priya Sharma", role: "Product Manager", company: "Tech Innovations", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-success-1772944389445-964b43fb.png?_wi=1", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "2", name: "Jennifer Martinez", role: "Entrepreneur", company: "Growth Ventures", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-success-1772944390057-92052e63.png?_wi=1", imageAlt: "Jennifer Martinez"},
|
||||
{
|
||||
id: "3", name: "Rajesh Kumar", role: "Software Engineer", company: "Code Solutions", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-diverse-1772944391251-cb4d9843.png?_wi=1", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "4", name: "Amanda Wilson", role: "Wellness Coach", company: "Life Balance Co", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-headshot-photo-of-a-success-1772944390604-208979ba.png?_wi=1", imageAlt: "Amanda Wilson"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "47,000+", label: "Total habits tracked successfully"},
|
||||
{
|
||||
value: "92%", label: "User satisfaction rate"},
|
||||
{
|
||||
value: "156", label: "Average day streak per user"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Our Community", href: "/signup"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardEight
|
||||
title="Simple, Transparent Pricing"
|
||||
@@ -235,30 +261,37 @@ export default function HomePage() {
|
||||
id: "starter", badge: "Perfect to Start", badgeIcon: Zap,
|
||||
price: "Free", subtitle: "Build your foundation", buttons: [
|
||||
{
|
||||
text: "Get Started", href: "/signup"},
|
||||
text: "Get Started", href: "/signup"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Up to 5 habits", "Daily tracking", "Basic analytics", "Community access", "AI chat support"],
|
||||
"Up to 5 habits", "Daily tracking", "Basic analytics", "Community access", "AI chat support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$9.99/month", subtitle: "Accelerate your growth", buttons: [
|
||||
{
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
text: "Start Free Trial", href: "/signup"
|
||||
},
|
||||
{
|
||||
text: "Learn More", href: "#"},
|
||||
text: "Learn More", href: "#"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Unlimited habits", "Advanced analytics", "365-day growth map", "Global leaderboard", "AI habit coach", "Voice coaching", "Streak rewards", "Priority support"],
|
||||
"Unlimited habits", "Advanced analytics", "365-day growth map", "Global leaderboard", "AI habit coach", "Voice coaching", "Streak rewards", "Priority support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "team", badge: "For Teams", badgeIcon: Users,
|
||||
price: "$99/month", subtitle: "Grow together", buttons: [
|
||||
{
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
text: "Contact Sales", href: "/contact"
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"Unlimited users", "Team challenges", "Custom categories", "Advanced reporting", "Dedicated support", "API access", "Parent monitoring", "Bulk analytics"],
|
||||
"Unlimited users", "Team challenges", "Custom categories", "Advanced reporting", "Dedicated support", "API access", "Parent monitoring", "Bulk analytics"
|
||||
],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -266,7 +299,8 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Plans", href: "#pricing"},
|
||||
text: "View All Plans", href: "#pricing"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -281,21 +315,29 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How do I start tracking habits?", content: "Sign up for free in seconds using Google login or email. Create your first habit by selecting from 6 categories (Health, Study, Skills, Work, Finance, Personal Growth), set the frequency (daily/weekly/monthly), and choose an emoji icon. You'll start earning points immediately upon completion!"},
|
||||
id: "1", title: "How do I start tracking habits?", content: "Sign up for free in seconds using Google login or email. Create your first habit by selecting from 6 categories (Health, Study, Skills, Work, Finance, Personal Growth), set the frequency (daily/weekly/monthly), and choose an emoji icon. You'll start earning points immediately upon completion!"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Is there a limit to how many habits I can track?", content: "On our free plan, you can track up to 5 habits. Pro and Team members enjoy unlimited habit tracking, allowing you to build a comprehensive system for all areas of your life."},
|
||||
id: "2", title: "Is there a limit to how many habits I can track?", content: "On our free plan, you can track up to 5 habits. Pro and Team members enjoy unlimited habit tracking, allowing you to build a comprehensive system for all areas of your life."
|
||||
},
|
||||
{
|
||||
id: "3", title: "How does the points and rewards system work?", content: "Each completed habit earns points that contribute to your daily productivity score, habit consistency score, and personal growth rating. Accumulate points to unlock achievement badges, streak rewards, and climb the global leaderboard for recognition."},
|
||||
id: "3", title: "How does the points and rewards system work?", content: "Each completed habit earns points that contribute to your daily productivity score, habit consistency score, and personal growth rating. Accumulate points to unlock achievement badges, streak rewards, and climb the global leaderboard for recognition."
|
||||
},
|
||||
{
|
||||
id: "4", title: "Can I use the AI coaching feature?", content: "Yes! All plans include AI chat support for productivity questions and habit advice. Pro members get access to voice-enabled AI coaching and personalized motivational strategies to overcome procrastination."},
|
||||
id: "4", title: "Can I use the AI coaching feature?", content: "Yes! All plans include AI chat support for productivity questions and habit advice. Pro members get access to voice-enabled AI coaching and personalized motivational strategies to overcome procrastination."
|
||||
},
|
||||
{
|
||||
id: "5", title: "What is the 365-day growth map?", content: "This is a yearly performance calendar showing every day coded by your performance level: green for excellent days, yellow for average performance, and red for challenging days. It provides an at-a-glance view of your annual consistency and growth patterns."},
|
||||
id: "5", title: "What is the 365-day growth map?", content: "This is a yearly performance calendar showing every day coded by your performance level: green for excellent days, yellow for average performance, and red for challenging days. It provides an at-a-glance view of your annual consistency and growth patterns."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How does the community leaderboard work?", content: "Users are ranked globally based on total points earned. We feature weekly and monthly leaderboards highlighting top performers. Pro members can see detailed rankings, participate in community challenges, and earn special achievement recognition."},
|
||||
id: "6", title: "How does the community leaderboard work?", content: "Users are ranked globally based on total points earned. We feature weekly and monthly leaderboards highlighting top performers. Pro members can see detailed rankings, participate in community challenges, and earn special achievement recognition."
|
||||
},
|
||||
{
|
||||
id: "7", title: "Can parents monitor their children's progress?", content: "Yes! Team plan members can add parent accounts that view habit progress, growth reports, and daily insights. Parents receive weekly AI-generated life reports analyzing habit completion and suggesting improvements."},
|
||||
id: "7", title: "Can parents monitor their children's progress?", content: "Yes! Team plan members can add parent accounts that view habit progress, growth reports, and daily insights. Parents receive weekly AI-generated life reports analyzing habit completion and suggesting improvements."
|
||||
},
|
||||
{
|
||||
id: "8", title: "Is my data secure and private?", content: "Absolutely. We use enterprise-grade encryption for all user data. Your personal habits, analytics, and achievements are private by default. You control what's shared in the community and with friends."},
|
||||
id: "8", title: "Is my data secure and private?", content: "Absolutely. We use enterprise-grade encryption for all user data. Your personal habits, analytics, and achievements are private by default. You control what's shared in the community and with friends."
|
||||
},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -314,9 +356,11 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "Digital Ventures", "Success Academy", "ProductiveTeam", "Wellness Hub"]}
|
||||
"TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "Digital Ventures", "Success Academy", "ProductiveTeam", "Wellness Hub"
|
||||
]}
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/minimalist-tech-company-logo-design-mode-1772944389901-7fbbc38c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-software-company-logo-with--1772944389243-150fa842.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/minimalist-productivity-app-logo-with-cl-1772944388780-0e23b140.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-analytics-platform-logo-wit-1772944390185-184209f7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/community-focused-platform-logo-with-int-1772944389856-d8c7309e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/ai-powered-platform-logo-with-intelligen-1772944390222-002c0e3a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/growth-and-achievement-focused-company-l-1772944390104-220e97c1.png"]}
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/minimalist-tech-company-logo-design-mode-1772944389901-7fbbc38c.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-software-company-logo-with--1772944389243-150fa842.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/minimalist-productivity-app-logo-with-cl-1772944388780-0e23b140.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/professional-analytics-platform-logo-wit-1772944390185-184209f7.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/community-focused-platform-logo-with-int-1772944389856-d8c7309e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/ai-powered-platform-logo-with-intelligen-1772944390222-002c0e3a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AeDizwb1vKZ31rIOTi0QOeGvbb/growth-and-achievement-focused-company-l-1772944390104-220e97c1.png"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -331,4 +375,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user