Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-31 23:40:30 +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."
buttons={[
{
text: "SHOP DROP", href: "#"},
text: "JOIN WAITLIST", href: "#"},
]}
/>
</div>
@@ -167,4 +167,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}