From fe8f3da9b7386620897e80ba334268bf1c7ca88b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 12:55:26 +0000 Subject: [PATCH] Update src/app/delivery/page.tsx --- src/app/delivery/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/delivery/page.tsx b/src/app/delivery/page.tsx index 8b1e52b..de7a0e0 100644 --- a/src/app/delivery/page.tsx +++ b/src/app/delivery/page.tsx @@ -40,9 +40,7 @@ export default function DeliveryPage() { title="Delivery Policy" sections={[ { - heading: "Shipping Times", content: { - type: "list", items: ["Standard: 3-5 days", "Express: 1-2 days"] - } + heading: "Shipping Times", items: ["Standard: 3-5 days", "Express: 1-2 days"] } ]} />