From e5b454b12ccc6659319fc484e73f75a3f6cea991 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 23 Jan 2026 14:22:05 +0200 Subject: [PATCH] Style: in hero section before image add text Ap --- src/app/globals.css | 10 ---------- src/app/page.tsx | 3 ++- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index fb34cd7..14d660c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -554,13 +554,3 @@ img { img:hover { filter: blur(4px); } - -/* Mass style: make all buttons background black */ -button, .button, [class*='button'], [class*='btn'] { - background-color: #000000; -} - -/* Mass style: make all buttons background black */ -button, .button, [class*='button'], [class*='btn'] { - background-color: #000000; -} diff --git a/src/app/page.tsx b/src/app/page.tsx index 79e10bc..50136ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,8 @@ export default function LandingPage() { videoAriaLabel="Hero video" ariaLabel="Hero section" - className="bg-black text-white"/> + className="bg-black text-white" + imageWrapperClassName="bg-green-500 text-white p-4 rounded-lg shadow-md space-y-2"/>