Update src/app/contact/page.tsx

This commit is contained in:
2026-05-11 13:50:45 +00:00
parent d2d09589e1
commit e79c9f5503

View File

@@ -5,7 +5,6 @@ import ReactLenis from "lenis/react";
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import LegalSection from '@/components/legal/LegalSection';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import Link from "next/link";
export default function ContactPage() {
return (
@@ -42,7 +41,7 @@ export default function ContactPage() {
{
heading: "Locație", content: [
{
text: "Chișinău, str. Exemplului, nr 1."
type: "paragraph", text: "Chișinău, str. Exemplului, nr 1."
}
]
}