Merge version_3 into main #3
@@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
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 = [
|
||||
{ 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"]
|
||||
},
|
||||
{
|
||||
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: "Learn More", href: "#" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user