Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6933e6187 | |||
| 69b4813799 |
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user