Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df00e7e956 | |||
| ab90509b4d | |||
| 5749abce5e |
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import Link from 'next/link';
|
import Link from 'next/link';
|
||||||
import { Zap, Star, Trophy, Lightbulb, MessageCircle, Rocket, CheckCircle, Droplet, Moon, Flame, Award, Target, Heart, Crown, HelpCircle, Activity, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Watch, Smartphone, Headphones, Shield, Users, Sparkles } from 'lucide-react';
|
import { Zap, Star, Trophy, Lightbulb, MessageCircle, Rocket, CheckCircle, Droplet, Moon, Flame, Award, Target, Heart, Crown, HelpCircle, Activity, House, MessageSquareText, Settings, CircleDollarSign, ArrowLeftRight, Send, Watch, Smartphone, Headphones, Shield, Users, Sparkles, TrendingUp } from 'lucide-react';
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
@@ -247,7 +247,8 @@ export default function HomePage() {
|
|||||||
features: ["Unlimited habit tracking", "Achievement badges system", "Advanced analytics & insights", "Full community access", "Wearable device integration", "Priority support", "Monthly coaching calls"]
|
features: ["Unlimited habit tracking", "Achievement badges system", "Advanced analytics & insights", "Full community access", "Wearable device integration", "Priority support", "Monthly coaching calls"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "elite", price: "$49.99/mo", name: "Elite Plan", buttons: [
|
id: "elite", badge: "40% Savings vs Annual", badgeIcon: TrendingUp,
|
||||||
|
price: "$49.99/mo", name: "Elite Plan", buttons: [
|
||||||
{ text: "Get Started", href: "/signup" },
|
{ text: "Get Started", href: "/signup" },
|
||||||
{ text: "Learn More", href: "#" }
|
{ text: "Learn More", href: "#" }
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user