diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4666f87..5856ca3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import FaqBase from '@/components/sections/faq/FaqBase';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBase from '@/components/sections/footer/FooterBase';
-import { Zap, Users, Trophy, Share2, Sparkles, TrendingUp, Award, HelpCircle, Gamepad2, Play, Crown } from 'lucide-react';
+import { Zap, Users, Trophy, Share2, Sparkles, TrendingUp, Award, HelpCircle, Gamepad2 } from 'lucide-react';
export default function LandingPage() {
return (
@@ -47,7 +47,7 @@ export default function LandingPage() {
@@ -215,10 +215,12 @@ export default function LandingPage() {
@@ -252,12 +254,12 @@ export default function LandingPage() {
tag="Ready to Play?"
tagIcon={Gamepad2}
title="Join Millions of Gamers Today"
- description="Start your GameVerse journey now. Download the launcher, create your account, and jump into the action. First week free with any subscription tier."
+ description="Start your GameVerse journey now. Download the launcher, create your account, and jump into the action with advanced visual effects. First week free with any subscription tier."
buttons={[
{ text: "Download Now", href: "https://example.com/download" },
{ text: "Sign Up Free", href: "https://example.com/signup" }
]}
- background={{ variant: "plain" }}
+ background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
@@ -296,4 +298,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}