From 3e5f3ad17890d3febe4f5ae267fc98c09f5f6a08 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:45:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd9727e..5c2775a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Award, Gamepad2, HelpCircle, Heart, Play, Sparkles, TrendingUp, Trophy, Users, Zap, BookOpen, Target } from 'lucide-react'; +import { Award, Gamepad2, HelpCircle, Heart, Play, Sparkles, TrendingUp, Trophy, Users, Zap, BookOpen, Target, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -222,7 +222,7 @@ export default function LandingPage() { tag="Get Started" title="Join the Penalty Community Today" description="Subscribe to receive game updates, tournament notifications, and exclusive penalty training tips from professional coaches." - tagIcon={Sparkles} + tagIcon={Mail} background={{ variant: "rotated-rays-animated" }} inputPlaceholder="Enter your email address" buttonText="Subscribe Now" -- 2.49.1