diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 12df933..7635a5d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -38,12 +38,12 @@ export default function ContactPage() {
@@ -55,7 +55,8 @@ export default function ContactPage() { sections={[ { heading: "Standard Terms", content: { - text: "All orders are subject to availability and credit approval."}, + type: "paragraph", text: "All orders are subject to availability and credit approval." + }, }, ]} />