Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-04-11 12:56:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ export default function CheckoutPage() {
title="Checkout Terms"
sections={[
{
heading: "Payment Policy", text: "All payments are processed securely."
heading: "Payment Policy", content: [{ type: "paragraph", text: "All payments are processed securely." }]
}
]}
/>

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