From a8ee593d5321b796d26a67f54f5b5cf4de73dc51 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:50:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16baa42..3c61a1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Zap, Flame, Instagram, Linkedin, Globe } from 'lucide-react'; +import { Zap, Flame, Instagram, Linkedin, Globe, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -114,7 +114,8 @@ export default function LandingPage() { ] }, { - id: "pro", tag: "Pro Plan", price: "$59", period: "/month", description: "Our most popular plan. 24/7 gym access with unlimited classes and personal coaching consultations.", button: { text: "Choose Pro", href: "contact" }, + id: "pro", tag: "Pro Plan", tagIcon: Star, + price: "$59", period: "/month", description: "Our most popular plan. 24/7 gym access with unlimited classes and personal coaching consultations.", button: { text: "Choose Pro", href: "contact" }, featuresTitle: "What's Included:", features: [ "24/7 gym access", "Unlimited classes", "Monthly fitness assessment", "Personalized workout plan", "Priority equipment access", "Member-only events" ] @@ -218,4 +219,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}