Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-05 21:40:42 +00:00

View File

@@ -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"