From 9f69fc39a09dae97a7919296688c13b7391b3084 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:17:20 +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 55c3db8..b15cec8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,7 +50,7 @@ export default function ContactPage() { title="Store Policies" sections={[ { - heading: "Customer Service", content: { type: "paragraph", text: "We pride ourselves on providing the best customer service experience." } + heading: "Customer Service", content: "We pride ourselves on providing the best customer service experience." } ]} /> -- 2.49.1