Update src/app/page.tsx

This commit is contained in:
2026-03-31 23:40:26 +00:00
parent 3aa4c97224
commit 3154ffe596

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