Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6933e6187 | |||
| 69b4813799 |
@@ -135,11 +135,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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"]
|
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"]
|
features: ["Private styling", "Resort perks"]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -222,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user