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