Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -40,7 +40,7 @@ export default function CheckoutPage() {
|
|||||||
title="Checkout Terms"
|
title="Checkout Terms"
|
||||||
sections={[
|
sections={[
|
||||||
{
|
{
|
||||||
heading: "Payment Policy", text: "All payments are processed securely."
|
heading: "Payment Policy", content: [{ type: "paragraph", text: "All payments are processed securely." }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export default function DeliveryPage() {
|
|||||||
title="Delivery Policy"
|
title="Delivery Policy"
|
||||||
sections={[
|
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"] }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user