4 Commits

Author SHA1 Message Date
3154ffe596 Update src/app/page.tsx 2026-03-31 23:40:26 +00:00
3aa4c97224 Merge version_1 into main
Merge version_1 into main
2026-03-31 23:32:29 +00:00
3c1375e505 Merge version_1 into main
Merge version_1 into main
2026-03-31 23:32:06 +00:00
80379965bb Merge version_1 into main
Merge version_1 into main
2026-03-31 23:31:36 +00:00

View File

@@ -136,7 +136,7 @@ export default function LandingPage() {
description="Secure your place in the drop. Exclusive access for the chosen few." description="Secure your place in the drop. Exclusive access for the chosen few."
buttons={[ buttons={[
{ {
text: "SHOP DROP", href: "#"}, text: "JOIN WAITLIST", href: "#"},
]} ]}
/> />
</div> </div>
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }