From d696ace5843cd73a130d2291a4391c187f60c8f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:00:04 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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." + }, }, ]} /> -- 2.49.1