Update src/app/delivery/page.tsx

This commit is contained in:
2026-04-11 12:55:26 +00:00
parent 8b08603c9a
commit fe8f3da9b7

View File

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