diff --git a/src/app/page.tsx b/src/app/page.tsx
index 37b6c05..355fcd0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,17 +9,17 @@ import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCa
import FaqBase from "@/components/sections/faq/FaqBase";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
-import { Flame, Gamepad2, Brain, Trophy, Smile, Star, HelpCircle } from "lucide-react";
+import { Flame, Gamepad2, Brain, Trophy, Smile, Star, HelpCircle, Zap, Calendar } from "lucide-react";
export default function HomePage() {
return (
@@ -48,22 +46,17 @@ export default function HomePage() {
description="Discover thousands of games from Poki and Crazy Games in one unified platform. Create custom events, manage tournaments, and challenge your friends."
buttons={[
{
- text: "Explore Games",
- href: "#featured",
- },
+ text: "Explore Games", href: "#featured"},
{
- text: "Create Event",
- href: "#events",
- },
+ text: "Create Event", href: "#events"},
]}
background={{
- variant: "noise",
- }}
+ variant: "sparkles-gradient"}}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ak2GGYQhhQRXKsgGGTmG24UDuy/modern-gaming-platform-dashboard-interfa-1773122251965-bbd4c838.png"
imageAlt="Gaming platform showcase"
frameStyle="card"
mediaAnimation="slide-up"
- buttonAnimation="entrance-slide"
+ buttonAnimation="slide-up"
/>
@@ -71,45 +64,15 @@ export default function HomePage() {
);
}
-
-import { Zap, Calendar } from "lucide-react";
\ No newline at end of file