From 3b19232c2ffb65cf8156889f6c08b922bc40ed82 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Thu, 22 Jan 2026 18:24:47 +0200 Subject: [PATCH] Content edit: replace hero title with Sup, gents? --- src/app/page.tsx | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0824e..c1f6c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } fr import FaqDouble from "@/components/sections/faq/FaqDouble"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; export default function LandingPage() { return ( @@ -46,24 +47,10 @@ export default function LandingPage() {
-