Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f602ff2b03 | |||
| 51981076e7 | |||
| 32ba1527b5 | |||
| 29ad1cc661 |
@@ -70,10 +70,10 @@ export default function LandingPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "basic", name: "500 Diamonds", price: "$4.99", variant: "Starter Pack", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnBSg93DD5cHabDyE7mHiXYLgg/product-card-showcase-of-500-free-fire-d-1773218537045-0e945e1e.png?_wi=1", imageAlt: "500 diamonds package"
|
id: "standard", name: "1000 Diamonds", price: "$9.99", variant: "Popular Choice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnBSg93DD5cHabDyE7mHiXYLgg/product-card-showcase-of-500-free-fire-d-1773218537045-0e945e1e.png?_wi=2", imageAlt: "1000 diamonds package"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "standard", name: "1000 Diamonds", price: "$9.99", variant: "Popular Choice", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnBSg93DD5cHabDyE7mHiXYLgg/product-card-showcase-of-500-free-fire-d-1773218537045-0e945e1e.png?_wi=2", imageAlt: "1000 diamonds package"
|
id: "basic", name: "500 Diamonds", price: "$4.99", variant: "Starter Pack", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnBSg93DD5cHabDyE7mHiXYLgg/product-card-showcase-of-500-free-fire-d-1773218537045-0e945e1e.png?_wi=1", imageAlt: "500 diamonds package"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", name: "1500 Diamonds", price: "$14.99", variant: "Best Value", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnBSg93DD5cHabDyE7mHiXYLgg/premium-1500-free-fire-diamonds-bundle-w-1773218537121-4a22e836.png?_wi=1", imageAlt: "1500 diamonds elite package"
|
id: "pro", name: "1500 Diamonds", price: "$14.99", variant: "Best Value", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnBSg93DD5cHabDyE7mHiXYLgg/premium-1500-free-fire-diamonds-bundle-w-1773218537121-4a22e836.png?_wi=1", imageAlt: "1500 diamonds elite package"
|
||||||
|
|||||||
Reference in New Issue
Block a user