Update src/app/delivery/page.tsx

This commit is contained in:
2026-04-11 12:55:58 +00:00
parent 628730551f
commit 712687c784

View File

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