Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e5f3ad178 |
@@ -11,7 +11,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -222,7 +222,7 @@ export default function LandingPage() {
|
|||||||
tag="Get Started"
|
tag="Get Started"
|
||||||
title="Join the Penalty Community Today"
|
title="Join the Penalty Community Today"
|
||||||
description="Subscribe to receive game updates, tournament notifications, and exclusive penalty training tips from professional coaches."
|
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" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
inputPlaceholder="Enter your email address"
|
inputPlaceholder="Enter your email address"
|
||||||
buttonText="Subscribe Now"
|
buttonText="Subscribe Now"
|
||||||
|
|||||||
Reference in New Issue
Block a user