From 4cc20ac13fc930304b90b6af5c448ac099b65d8f Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Mon, 29 Sep 2025 19:13:25 +0200 Subject: [PATCH] ok --- src/app/layout.tsx | 3 +- src/components/CallTo.tsx | 2 +- src/components/ClickableGallery.tsx | 7 ++-- src/components/Companies.tsx | 4 +-- src/components/Footer.tsx | 53 ++--------------------------- src/components/HomeHero.tsx | 19 ++--------- src/components/Steps.tsx | 11 +++--- 7 files changed, 19 insertions(+), 80 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6e6ef92..254251a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,5 @@ import { type Metadata } from 'next' +import { Footer } from '@/components/Footer' import { Mulish } from 'next/font/google' import clsx from 'clsx' @@ -26,7 +27,7 @@ export default function RootLayout({ }) { return ( - {children} + {children}