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 (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx
index d3cc66e..8b1e52b 100644
--- a/src/app/delivery/page.tsx
+++ b/src/app/delivery/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 DeliveryPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);