From d70c2b687423fb2d5f9264e4bfd75c58185bc614 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Wed, 22 Oct 2025 15:18:39 +0200 Subject: [PATCH] chore: switch from Mulish to Inter font family --- src/app/(main)/layout.tsx | 1 - src/app/layout.tsx | 8 +- src/components/BentoReviews.tsx | 4 +- src/components/CallTo.tsx | 8 +- src/components/ClickableGallery.tsx | 4 +- src/components/ClickableGalleryLight.tsx | 6 +- src/components/Companies.tsx | 2 +- src/components/CountUpNumber.tsx | 8 +- src/components/GetStarted.tsx | 4 +- src/components/GridStats.tsx | 6 +- src/components/HomeAbout.tsx | 8 +- src/components/HomeHero.tsx | 6 +- src/components/HomeHeroLight2.tsx | 13 +-- src/components/StackSectionLight.tsx | 8 +- src/components/Steps.tsx | 6 +- src/components/Texts.tsx | 129 +++++++++++++++++++---- src/components/UseCases.tsx | 6 +- src/components/WorldMap.tsx | 6 +- src/styles/tailwind.css | 2 +- 19 files changed, 161 insertions(+), 74 deletions(-) delete mode 100644 src/app/(main)/layout.tsx diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx deleted file mode 100644 index d0510a7..0000000 --- a/src/app/(main)/layout.tsx +++ /dev/null @@ -1 +0,0 @@ -export { Layout as default } from '@/components/Layout' diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b6a892b..54acf79 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,14 @@ import { type Metadata } from 'next' import Script from 'next/script' -import { Mulish } from 'next/font/google' +import { Inter } from 'next/font/google' import clsx from 'clsx' import '@/styles/tailwind.css' -const mulish = Mulish({ +const inter = Inter({ subsets: ['latin'], display: 'swap', - variable: '--font-mulish', + variable: '--font-inter', }) export const metadata: Metadata = { @@ -26,7 +26,7 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - + {/* MailerLite Universal */}