diff --git a/src/app/page.tsx b/src/app/page.tsx index e396ab6..6fb6658 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,11 +135,11 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "tier1", badge: "Essentials", price: "Access", subtitle: "Curated drops", buttons: [{ text: "Sign Up", href: "#contact" }], + id: "tier1", badge: "Essentials", price: "Access", subtitle: "Early access to new drops", buttons: [{ text: "Sign Up", href: "#contact" }], features: ["Early access", "Loyalty rewards"] }, { - id: "tier2", badge: "Premium", price: "Member", subtitle: "VIP travel benefits", buttons: [{ text: "Sign Up", href: "#contact" }], + id: "tier2", badge: "Premium", price: "Member", subtitle: "Private styling & priority shipping", buttons: [{ text: "Sign Up", href: "#contact" }], features: ["Private styling", "Resort perks"] } ]} @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file