From 366afbe1622488dc171ea1bc3e6ab1e402271fdd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:02:33 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c248cb4..afdf284 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -51,7 +51,7 @@ export default function ContactPage() { title="Terms of Trade" sections={[ { - heading: "Standard Terms", content: [{ title: "Availability", text: "All orders are subject to availability and credit approval." }] + heading: "Standard Terms", content: [{ label: "Availability", text: "All orders are subject to availability and credit approval." }] }, ]} /> -- 2.49.1