diff --git a/src/app/page.tsx b/src/app/page.tsx index d7a6852..bb4f349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -117,7 +117,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { id: "tape", badge: "Essential", price: "$25", subtitle: "Custom Grip Tape Design", buttons: [{ text: "Order Now" }], features: ["Durable grit", "Unique spray art"] }, - { id: "deck", badge: "Popular", badgeIcon: Sparkles, price: "$65", subtitle: "Fully Hand-Painted Decks", buttons: [{ text: "Start Design" }], features: ["Premium maple", "1-on-1 Artist collaboration"] }, + { id: "deck", badge: "Popular", badgeIcon: Sparkles, price: "$65", subtitle: "Fully Hand-Painted Decks", buttons: [{ text: "Collaborate with an Artist" }], features: ["Premium maple", "1-on-1 Artist collaboration"] }, { id: "apparel", badge: "Gear", price: "$40+", subtitle: "Apparel & Accessories", buttons: [{ text: "Shop Gear" }], features: ["Heavyweight cotton", "Direct-to-garment art"] }, ]} title="Commission Your Vibe"