Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 836b6209e5 | |||
| 052356f464 | |||
| 8d7ecc1efc |
@@ -68,6 +68,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
cardClassName="data-[product-id='mega']:ring-2 data-[product-id='mega']:ring-amber-400 data-[product-id='mega']:shadow-lg data-[product-id='mega']:shadow-amber-400/20"
|
||||
imageClassName="data-[product-id='mega']:ring-2 data-[product-id='mega']:ring-amber-300"
|
||||
products={[
|
||||
{
|
||||
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"
|
||||
@@ -113,6 +115,7 @@ export default function LandingPage() {
|
||||
button: { text: "Go Premium", href: "contact" }
|
||||
}
|
||||
]}
|
||||
cardClassName="data-[plan-id='ultimate']:ring-2 data-[plan-id='ultimate']:ring-amber-400 data-[plan-id='ultimate']:shadow-lg data-[plan-id='ultimate']:shadow-amber-400/20"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user