Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 337ed3b7e4 | |||
| 6de4ef47f8 |
168
src/app/page.tsx
168
src/app/page.tsx
@@ -6,7 +6,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||||
import { CheckCircle, Star, TrendingUp, Users } from "lucide-react";
|
import { CheckCircle, Star, TrendingUp, Users } from "lucide-react";
|
||||||
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Pricing",
|
name: "Pricing", id: "pricing"},
|
||||||
id: "pricing",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="ElevateMe"
|
brandName="ElevateMe"
|
||||||
/>
|
/>
|
||||||
@@ -49,33 +43,22 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Transform Your Life, One Habit at a Time"
|
title="Transform Your Life, One Habit at a Time"
|
||||||
description="Build confidence, improve personality, and track your habits with our smart platform."
|
description="Build confidence, improve personality, and track your habits with our smart platform."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=1", imageAlt: "Hero visual"},
|
||||||
imageAlt: "Hero visual",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=2", imageAlt: "Hero visual"},
|
||||||
imageAlt: "Hero visual",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=3",
|
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=3", imageAlt: "Hero visual"},
|
||||||
imageAlt: "Hero visual",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -87,23 +70,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Personality Development",
|
title: "Personality Development", description: "Improve communication and confidence through daily guided exercises.", imageSrc: "http://img.b2bpic.net/free-vector/counslting-branding-identity-corporate-vector-logo-design_460848-13846.jpg", imageAlt: "Development"},
|
||||||
description: "Improve communication and confidence through daily guided exercises.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/counslting-branding-identity-corporate-vector-logo-design_460848-13846.jpg",
|
|
||||||
imageAlt: "Development",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Habit Tracker",
|
title: "Habit Tracker", description: "Track your daily routines and visualize your progress over time.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-arrangement-with-notebook_23-2149046720.jpg", imageAlt: "Habit"},
|
||||||
description: "Track your daily routines and visualize your progress over time.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-desk-arrangement-with-notebook_23-2149046720.jpg",
|
|
||||||
imageAlt: "Habit",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: "Smart Assistance",
|
title: "Smart Assistance", description: "Get personalized daily tips, reminders, and motivation.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-blue-condom-white-background_23-2148259780.jpg", imageAlt: "Assistance"},
|
||||||
description: "Get personalized daily tips, reminders, and motivation.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-blue-condom-white-background_23-2148259780.jpg",
|
|
||||||
imageAlt: "Assistance",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Features"
|
title="Features"
|
||||||
description="Powerful tools to help you grow every single day."
|
description="Powerful tools to help you grow every single day."
|
||||||
@@ -117,49 +88,28 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", badge: "Free", price: "$0/month", subtitle: "Perfect for beginners", buttons: [
|
||||||
badge: "Free",
|
|
||||||
price: "$0/month",
|
|
||||||
subtitle: "Perfect for beginners",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Get Started",
|
text: "Get Started"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Limited tracking",
|
"Limited tracking", "Community access"],
|
||||||
"Community access",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", badge: "Pro", price: "$10/month", subtitle: "Level up your habits", buttons: [
|
||||||
badge: "Pro",
|
|
||||||
price: "$10/month",
|
|
||||||
subtitle: "Level up your habits",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Upgrade",
|
text: "Upgrade"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Full habit tracking",
|
"Full habit tracking", "Personalized tips"],
|
||||||
"Personalized tips",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "prem",
|
id: "prem", badge: "Premium", price: "$20/month", subtitle: "Total transformation", buttons: [
|
||||||
badge: "Premium",
|
|
||||||
price: "$20/month",
|
|
||||||
subtitle: "Total transformation",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Go Premium",
|
text: "Go Premium"},
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Unlimited access",
|
"Unlimited access", "1-on-1 coaching"],
|
||||||
"1-on-1 coaching",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Pricing Plans"
|
title="Pricing Plans"
|
||||||
@@ -178,70 +128,38 @@ export default function LandingPage() {
|
|||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How does ElevateMe help with personal growth?", content: "Our platform combines habit tracking with daily personality development exercises designed by experts."},
|
||||||
title: "How does ElevateMe help with personal growth?",
|
|
||||||
content: "Our platform combines habit tracking with daily personality development exercises designed by experts.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Is there a free trial for the Pro plan?", content: "Yes, you can try our Pro features free for 14 days when you sign up."},
|
||||||
title: "Is there a free trial for the Pro plan?",
|
|
||||||
content: "Yes, you can try our Pro features free for 14 days when you sign up.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Can I cancel my subscription at any time?", content: "Absolutely, your subscription can be managed or canceled directly from your account settings."},
|
||||||
title: "Can I cancel my subscription at any time?",
|
|
||||||
content: "Absolutely, your subscription can be managed or canceled directly from your account settings.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q4",
|
id: "q4", title: "What kind of habits can I track?", content: "You can track any type of habit, from health and fitness to professional and personal development goals."},
|
||||||
title: "What kind of habits can I track?",
|
|
||||||
content: "You can track any type of habit, from health and fitness to professional and personal development goals.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q5",
|
id: "q5", title: "Does the app work offline?", content: "ElevateMe synchronizes your data when you are connected, but you can track your habits locally at any time."},
|
||||||
title: "Does the app work offline?",
|
|
||||||
content: "ElevateMe synchronizes your data when you are connected, but you can track your habits locally at any time.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="metric" data-section="metric">
|
<div id="metric" data-section="metric">
|
||||||
<MetricCardOne
|
<MetricCardEleven
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="uniform-all-items-equal"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Our Impact"
|
title="Our Impact"
|
||||||
description="See the progress our community has made together."
|
description="See the progress our community has made together."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "50k+", title: "Active Users", description: "People growing daily", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=1"
|
||||||
value: "50k+",
|
|
||||||
title: "Active Users",
|
|
||||||
description: "People growing daily",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "1M+", title: "Habits Built", description: "Consistent success", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=2"
|
||||||
value: "1M+",
|
|
||||||
title: "Habits Built",
|
|
||||||
description: "Consistent success",
|
|
||||||
icon: CheckCircle,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "4.9/5", title: "User Rating", description: "Highly recommended", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=3"
|
||||||
value: "4.9/5",
|
|
||||||
title: "User Rating",
|
|
||||||
description: "Highly recommended",
|
|
||||||
icon: Star,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m4",
|
id: "m4", value: "85%", title: "Goal Completion", description: "High success rate", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-writing-notebook_23-2148960419.jpg?_wi=4"
|
||||||
value: "85%",
|
|
||||||
title: "Goal Completion",
|
|
||||||
description: "High success rate",
|
|
||||||
icon: TrendingUp,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -253,29 +171,19 @@ export default function LandingPage() {
|
|||||||
logoText="ElevateMe"
|
logoText="ElevateMe"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Features",
|
label: "Features", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#pricing"},
|
||||||
href: "#pricing",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms",
|
label: "Terms", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user