Update src/app/contact/page.tsx
This commit is contained in:
@@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user