diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx index 0e39ba9..d3cc66e 100644 --- a/src/app/delivery/page.tsx +++ b/src/app/delivery/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -52,13 +44,9 @@ export default function LandingPage() { title="Delivery Policy" sections={[ { - heading: "Shipping Times", - content: { - type: "list", + heading: "Shipping Times", content: { items: [ - "Standard: 3-5 days", - "Express: 1-2 days", - ], + "Standard: 3-5 days", "Express: 1-2 days"], }, }, ]} @@ -74,15 +62,9 @@ export default function LandingPage() { description="Fast and reliable delivery." features={[ { - title: "Tracking", - description: "Full tracking on all orders.", - imageSrc: "http://img.b2bpic.net/free-photo/clothes-search-bar-box-banner-badge_53876-121020.jpg", - }, + title: "Tracking", 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", - 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", - }, + 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"}, ]} />