From cd4ab796140874f3a700bc4010b2166582af18e9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 27 Jan 2026 20:55:34 +0200 Subject: [PATCH] Move section contact after footer --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6f234b..31f286c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,19 +109,6 @@ export default function LandingPage() { /> -
- -
-
+ +
+ +
); }