2 Commits

Author SHA1 Message Date
b6933e6187 Update src/app/page.tsx 2026-05-12 16:44:26 +00:00
69b4813799 Merge version_1 into main
Merge version_1 into main
2026-05-12 16:43:27 +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>
);
}
}