From a73608ce6c93a2108c4d99e3953739384b72c620 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 6 Nov 2025 01:13:36 +0100 Subject: [PATCH] refactor: extract hero content from aurora background component - Separated HomeAurora into pure background component and new HomeHero for content - Converted aurora to absolute positioned background layer in Layout for homepage - Removed z-index conflicts and cleaned up background color declarations --- src/components/Header.tsx | 4 +-- src/components/Layout.tsx | 20 +++++++++----- src/index.css | 3 --- src/pages/home/HomeAurora.tsx | 49 +++++++++-------------------------- src/pages/home/HomeHero.tsx | 28 ++++++++++++++++++++ src/pages/home/HomePage.tsx | 12 +++------ 6 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 src/pages/home/HomeHero.tsx diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 626e8fa..70d29b1 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -26,9 +26,9 @@ export function Header() { }; return ( -
+