diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 33d4892..bc030bd 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,21 +25,13 @@ export default function LandingPage() { @@ -51,11 +43,8 @@ export default function LandingPage() { 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."}, }, ]} /> @@ -65,13 +54,9 @@ export default function LandingPage() {