Update src/app/checkout/page.tsx

This commit is contained in:
2026-04-11 12:54:26 +00:00
parent 912c0abb2b
commit 7b770395c8

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Shop", name: "Shop", id: "/shop"},
id: "/shop",
},
{ {
name: "Checkout", name: "Checkout", id: "/checkout"},
id: "/checkout",
},
{ {
name: "Delivery", name: "Delivery", id: "/delivery"},
id: "/delivery",
},
]} ]}
brandName="LEX" brandName="LEX"
/> />
@@ -52,11 +44,8 @@ export default function LandingPage() {
title="Checkout Terms" title="Checkout Terms"
sections={[ sections={[
{ {
heading: "Payment Policy", heading: "Payment Policy", content: {
content: { text: "All payments are processed securely."},
type: "paragraph",
text: "All payments are processed securely.",
},
}, },
]} ]}
/> />
@@ -66,8 +55,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Support" tag="Support"
title="Need Help Ordering?" title="Need Help Ordering?"
description="Reach out to our support team." description="Reach out to our support team."