From e006d5d9c876173e83db49abbec5894cd7335341 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 09:57:18 +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 8705036..0900ba9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,7 +56,7 @@ export default function ContactPage() { layout="section" title="Store Location" sections={[ - { heading: "Address", content: { text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } } + { heading: "Address", content: { type: "paragraph", text: "Visit us at Shop No. 27, Main Market Area, Visakhapatnam." } } ]} />