diff --git a/src/app/page.tsx b/src/app/page.tsx index 96c6550..1e3defa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { buttons={[{ text: "Start Spinning Now", href: "#spin-wheel" }]} buttonAnimation="slide-up" carouselItems={[ - { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/flat-futuristic-infographic-element-collection_52683-14191.jpg", imageAlt: "Roblox Lucky Spin Wheel" }, + { id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/flat-futuristic-infographic-element-collection_52683-14191.jpg?_wi=1", imageAlt: "Roblox Lucky Spin Wheel" }, { id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/colorful-gradient-lights-background_52683-42651.jpg", imageAlt: "Flying Carpet Reward" }, { id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-vector/neon-geometric-frame-collection_23-2149094369.jpg", imageAlt: "Robux Currency Reward" }, { id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/dark-style-ninja-naruto_23-2151140109.jpg", imageAlt: "Headless Horseman Legendary Reward" }, { id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/video-game-health-bar-element-collection_23-2150262166.jpg", imageAlt: "Admin Panel Ultra Rare Reward" }, - { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/flat-futuristic-infographic-element-collection_52683-14191.jpg", imageAlt: "Golden Wheel Spin Animation" } + { id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-vector/flat-futuristic-infographic-element-collection_52683-14191.jpg?_wi=2", imageAlt: "Golden Wheel Spin Animation" } ]} autoPlay={true} autoPlayInterval={5000} @@ -75,7 +75,7 @@ export default function LandingPage() { tag="Secure & Fair" tagIcon={Shield} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/flat-futuristic-infographic-element-collection_52683-14191.jpg" + imageSrc="http://img.b2bpic.net/free-vector/flat-futuristic-infographic-element-collection_52683-14191.jpg?_wi=3" imageAlt="Roblox Lucky Spin Wheel Interface" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -126,10 +126,10 @@ export default function LandingPage() { title="Player Reviews" description="See what our community says about the Lucky Spin reward system" testimonials={[ - { id: "1", name: "Player123", role: "Content Creator", company: "Gaming Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg" }, - { id: "2", name: "NoobMaster", role: "Casual Player", company: "Roblox Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg" }, - { id: "3", name: "ShadowX", role: "Competitive Player", company: "Pro Gaming", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg" }, - { id: "4", name: "LunaStars", role: "Streamer", company: "Twitch Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg" } + { id: "1", name: "Player123", role: "Content Creator", company: "Gaming Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=1" }, + { id: "2", name: "NoobMaster", role: "Casual Player", company: "Roblox Fan", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=2" }, + { id: "3", name: "ShadowX", role: "Competitive Player", company: "Pro Gaming", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=3" }, + { id: "4", name: "LunaStars", role: "Streamer", company: "Twitch Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/people-designs-collection_1212-288.jpg?_wi=4" } ]} animationType="slide-up" textboxLayout="default"