From 30ba5fd1aa9ed035e1ac7c376008bf530a6f1c51 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 13:47:24 +0200 Subject: [PATCH] Style: make hero section background inverted --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c89e43..79e10bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,6 +16,7 @@ import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import HeroLogo from "@/components/sections/hero/HeroLogo"; import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; +import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; export default function LandingPage() { return ( @@ -48,10 +49,10 @@ export default function LandingPage() {
- + + className="bg-black text-white"/>