Update src/app/checkout/page.tsx

This commit is contained in:
2026-05-10 06:49:33 +00:00
parent f7f80b4b48
commit 2cf1c49ac8

View File

@@ -40,6 +40,7 @@ export default function CheckoutPage() {
{ name: "naam", type: "text", placeholder: "Naam" },
{ name: "email", type: "email", placeholder: "Email" }
]}
useInvertedBackground={false}
/>
</div>
</ReactLenis>