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." } } ]} />