From ab90509b4d12dae950add67e1c283c2c0e96c116 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:25:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5d6b1b5..1d51519 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#" } ], -- 2.49.1