From 1a7d8b8ab60a1c628c5fbc9578d6c4ad334deeaf Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 20 Jul 2026 22:13:27 +0200 Subject: [PATCH] style: reduce bottom padding in hero section for better section transition --- src/components/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 22cd71b..1acf1fe 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -2,7 +2,7 @@ import Link from "next/link"; export default function Hero() { return ( -
+
{/* Blue background glow */}