From 49a9e0517b386093e4ef1ee3b5726589decd5ff3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:28:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc01e78..eefdf24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Sparkles, Award, MessageSquare, Briefcase, CheckCircle, User, Eye, Smile, Zap, Heart, FileText, TrendingUp, Clipboard, Presentation, Users, Trophy, Building2 } from 'lucide-react'; +import { Sparkles, Award, MessageSquare, Briefcase, CheckCircle, User, Eye, Smile, Zap, Heart, FileText, TrendingUp, Clipboard, Presentation, Users, Trophy, Building2, Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -59,7 +59,6 @@ export default function LandingPage() { { text: "Book a Training Session", href: "#contact" } ]} buttonAnimation="blur-reveal" - useInvertedBackground={false} /> @@ -147,7 +146,7 @@ export default function LandingPage() { title="What Students Say" description="Real stories from students whose confidence, communication, and careers have been transformed through Success Corridor training." tag="Student Testimonials" - tagIcon={Sparkles} + tagIcon={Star} tagAnimation="slide-up" testimonials={[ { -- 2.49.1