diff --git a/src/app/checkout/page.tsx b/src/app/checkout/page.tsx index 5875263..fa8373a 100644 --- a/src/app/checkout/page.tsx +++ b/src/app/checkout/page.tsx @@ -7,7 +7,7 @@ import FooterCard from '@/components/sections/footer/FooterCard'; import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -export default function LandingPage() { +export default function CheckoutPage() { return ( - + - + -
- -
+
+ +
- +
);