Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-12 16:44:30 +00:00

View File

@@ -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>
);
}
}