Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-11 12:54:30 +00:00
2 changed files with 15 additions and 45 deletions

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."

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,13 +44,9 @@ export default function LandingPage() {
title="Delivery Policy" title="Delivery Policy"
sections={[ sections={[
{ {
heading: "Shipping Times", heading: "Shipping Times", content: {
content: {
type: "list",
items: [ items: [
"Standard: 3-5 days", "Standard: 3-5 days", "Express: 1-2 days"],
"Express: 1-2 days",
],
}, },
}, },
]} ]}
@@ -74,15 +62,9 @@ export default function LandingPage() {
description="Fast and reliable delivery." description="Fast and reliable delivery."
features={[ features={[
{ {
title: "Tracking", title: "Tracking", description: "Full tracking on all orders.", imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg"},
description: "Full tracking on all orders.",
imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg",
},
{ {
title: "Safe Packaging", title: "Safe Packaging", description: "Items arrive in perfect condition.", imageSrc: "http://img.b2bpic.net/free-photo/black-clothes-hangers-terracotta-background-with-copy-space-idea-sale-creative-shopping-concept-flat-lay-minimalistic-style-creative-layout-fashion-shop-sale-blog-banner_166373-1748.jpg"},
description: "Items arrive in perfect condition.",
imageSrc: "http://img.b2bpic.net/free-photo/black-clothes-hangers-terracotta-background-with-copy-space-idea-sale-creative-shopping-concept-flat-lay-minimalistic-style-creative-layout-fashion-shop-sale-blog-banner_166373-1748.jpg",
},
]} ]}
/> />
</div> </div>