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