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"] } ]} />