From 3b215ade6dbbb3cc363dda04927639c3077321a9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 11:53:19 +0000 Subject: [PATCH] Update src/app/contacts/page.tsx --- src/app/contacts/page.tsx | 189 +++++++++++++------------------------- 1 file changed, 65 insertions(+), 124 deletions(-) diff --git a/src/app/contacts/page.tsx b/src/app/contacts/page.tsx index 271cea0..19f8fc3 100644 --- a/src/app/contacts/page.tsx +++ b/src/app/contacts/page.tsx @@ -7,7 +7,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextAbout from '@/components/sections/about/TextAbout'; -export default function LandingPage() { +export default function ContactsPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1