From 1a0408c1eb56e6951635a31ee8b73f30ceacea01 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:15:53 +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 7fd0765..55c3db8 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: { text: "We pride ourselves on providing the best customer service experience." } + heading: "Customer Service", content: { type: "paragraph", text: "We pride ourselves on providing the best customer service experience." } } ]} /> -- 2.49.1