diff --git a/src/app/predictions/page.tsx b/src/app/predictions/page.tsx index 8471d7d..6e448f4 100644 --- a/src/app/predictions/page.tsx +++ b/src/app/predictions/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { title="Top Predictions" description="Current hot games" products={[ - { id: "1", name: "Color Wheel", price: "10", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g0fx1m" }, - { id: "2", name: "Number Guess", price: "5", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-vector/abstract-dynamic-gradient-graphic-elements-modern-style-banners-with-flowing-liquid-shapes-amoeba-forms-logo-flyer-presentation-invitation-card-template-vector-illustration_1142-7742.jpg" }, + { id: "1", name: "Color Wheel", price: "10", variant: "Popular", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=g0fx1m&_wi=3" }, + { id: "2", name: "Number Guess", price: "5", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-vector/abstract-dynamic-gradient-graphic-elements-modern-style-banners-with-flowing-liquid-shapes-amoeba-forms-logo-flyer-presentation-invitation-card-template-vector-illustration_1142-7742.jpg?_wi=3" }, ]} /> @@ -58,8 +58,8 @@ export default function LandingPage() { title="Live Stats" description="Real-time updates" metrics={[ - { id: "1", value: "120", title: "Current Players", description: "In session", imageSrc: "http://img.b2bpic.net/free-vector/web-3-0-technology-isometric-concept-with-cryptocurrency-symbols-vector-illustration_1284-75510.jpg" }, - { id: "2", value: "4.2", title: "Avg Win", description: "Last 24h", imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-casino-item_23-2151067234.jpg" }, + { id: "1", value: "120", title: "Current Players", description: "In session", imageSrc: "http://img.b2bpic.net/free-vector/web-3-0-technology-isometric-concept-with-cryptocurrency-symbols-vector-illustration_1284-75510.jpg?_wi=4" }, + { id: "2", value: "4.2", title: "Avg Win", description: "Last 24h", imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-casino-item_23-2151067234.jpg?_wi=3" }, ]} />