diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bb3edb..e6fe8bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,13 +94,13 @@ export default function LandingPage() { tagIcon={Zap} products={[ { - id: "tip-1", name: "Manchester City vs Arsenal", price: "1.85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXl6XfryfmPh42Cibv44ycQPld/live-football-matches-display-showing-cu-1772746795325-5f2c3f3e.png", imageAlt: "Manchester City vs Arsenal prediction", initialQuantity: 1 + id: "tip-1", name: "Manchester City vs Arsenal", price: "1.85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXl6XfryfmPh42Cibv44ycQPld/live-football-matches-display-showing-cu-1772746795325-5f2c3f3e.png?_wi=1", imageAlt: "Manchester City vs Arsenal prediction", initialQuantity: 1 }, { id: "tip-2", name: "Liverpool vs Chelsea", price: "2.10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXl6XfryfmPh42Cibv44ycQPld/detailed-odds-display-interface-showing--1772746795163-50a52bcc.png", imageAlt: "Liverpool vs Chelsea odds", initialQuantity: 1 }, { - id: "tip-3", name: "Real Madrid vs Barcelona", price: "1.95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXl6XfryfmPh42Cibv44ycQPld/live-football-matches-display-showing-cu-1772746795325-5f2c3f3e.png", imageAlt: "Real Madrid vs Barcelona prediction", initialQuantity: 1 + id: "tip-3", name: "Real Madrid vs Barcelona", price: "1.95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXl6XfryfmPh42Cibv44ycQPld/live-football-matches-display-showing-cu-1772746795325-5f2c3f3e.png?_wi=2", imageAlt: "Real Madrid vs Barcelona prediction", initialQuantity: 1 } ]} gridVariant="three-columns-all-equal-width"