From 4f0fc893655b3d682a52056faf5d8c42014e62ee Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:01:38 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1d2a2c6..6a24929 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -53,9 +53,7 @@ export default function ContactPage() { title="Terms of Trade" sections={[ { - heading: "Standard Terms", content: { - text: "All orders are subject to availability and credit approval." - }, + heading: "Standard Terms", content: "All orders are subject to availability and credit approval." }, ]} /> -- 2.49.1