diff --git a/src/app/page.tsx b/src/app/page.tsx index 5dc4e5d..707bd66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,18 +47,18 @@ export default function LandingPage() { tagAnimation="slide-up" title="Roll the Dice, Claim Victory" description="Experience the ultimate Ludo gaming platform where strategy meets fun. Play with friends, compete in tournaments, and climb the global leaderboard." - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-vector/gamification-techniques-business-education-behavior-change-strategy-motivate-achieving-goals-flat-spiral-composition_98292-7904.jpg", imageAlt: "Ludo board game pieces" }, - { imageSrc: "http://img.b2bpic.net/free-vector/video-conference-application-template_53876-120496.jpg?_wi=1", imageAlt: "Friends playing online" }, - { imageSrc: "http://img.b2bpic.net/free-psd/video-games-poster-template_23-2148819496.jpg?_wi=1", imageAlt: "Game leaderboard" }, - { imageSrc: "http://img.b2bpic.net/free-vector/ninja-logo-template-gradient_23-2148999701.jpg?_wi=1", imageAlt: "Achievement rewards" } + { imageSrc: "http://img.b2bpic.net/free-vector/video-conference-application-template_53876-120496.jpg", imageAlt: "Friends playing online" }, + { imageSrc: "http://img.b2bpic.net/free-psd/video-games-poster-template_23-2148819496.jpg", imageAlt: "Game leaderboard" }, + { imageSrc: "http://img.b2bpic.net/free-vector/ninja-logo-template-gradient_23-2148999701.jpg", imageAlt: "Achievement rewards" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/friends-havinf-fun-while-playing-poker_23-2149274001.jpg", imageAlt: "Gameplay interface" }, - { imageSrc: "http://img.b2bpic.net/free-vector/video-conference-application-template_53876-120496.jpg?_wi=2", imageAlt: "Multiplayer action" }, - { imageSrc: "http://img.b2bpic.net/free-psd/video-games-poster-template_23-2148819496.jpg?_wi=2", imageAlt: "Tournament mode" }, - { imageSrc: "http://img.b2bpic.net/free-vector/ninja-logo-template-gradient_23-2148999701.jpg?_wi=2", imageAlt: "Rewards system" } + { imageSrc: "http://img.b2bpic.net/free-vector/video-conference-application-template_53876-120496.jpg", imageAlt: "Multiplayer action" }, + { imageSrc: "http://img.b2bpic.net/free-psd/video-games-poster-template_23-2148819496.jpg", imageAlt: "Tournament mode" }, + { imageSrc: "http://img.b2bpic.net/free-vector/ninja-logo-template-gradient_23-2148999701.jpg", imageAlt: "Rewards system" } ]} buttons={[ { text: "Play Now", href: "https://ludopro.app" },