From 62cb72b52808f8ccbdfdb038713942690b25f8b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 06:19:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4cfbf11..cb79c69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Award, Briefcase, Users, BookOpen, CheckCircle, Clock, Globe, Wrench, Shield, Sparkles, Target, DollarSign, Rocket, Heart } from 'lucide-react'; +import { Award, Briefcase, Users, BookOpen, CheckCircle, Clock, Globe, Wrench, Shield, Sparkles, Target, DollarSign, Rocket, Heart, Star, Certificate } from 'lucide-react'; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; export default function LandingPage() { @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Enroll Online", href: "#contact" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Why Choose J&A Training?", logoIcon: Briefcase, imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", buttons: [ @@ -150,7 +150,7 @@ export default function LandingPage() { animationType="slide-up" plans={[ { - id: "standard", badge: "Most Popular", badgeIcon: Award, + id: "standard", badge: "Most Popular", badgeIcon: Star, price: "$2,995", subtitle: "Complete 12-week program with certification", buttons: [ { text: "Enroll Now", href: "#contact" }, { text: "Payment Plans", href: "#contact" } @@ -233,7 +233,7 @@ export default function LandingPage() { { text: "Apply Online", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> -- 2.49.1