Update src/app/page.tsx
This commit is contained in:
@@ -132,7 +132,7 @@ export default function LandingPage() {
|
||||
<PricingCardEight
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Entry", price: "₹39", subtitle: "2 inch sticker", buttons: [{ text: "Select" }], features: ["Waterproof", "High-quality ink"] },
|
||||
{ id: "p2", badge: "Most Popular", badgeIcon: Star, price: "₹59", subtitle: "3 inch sticker", buttons: [{ text: "Select" }], features: ["Waterproof", "Matte finish", "Durable"] },
|
||||
|
||||
Reference in New Issue
Block a user