From d2d09589e14efbb15522e8dd3c41b4dda0211bf8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 13:50:18 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ad78a92..a2abd55 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -40,9 +40,11 @@ export default function ContactPage() { title="Informații Contact" sections={[ { - heading: "Locație", content: { - type: "paragraph", text: "Chișinău, str. Exemplului, nr 1." - } + heading: "Locație", content: [ + { + text: "Chișinău, str. Exemplului, nr 1." + } + ] } ]} />