From 9c7929d3597cbfe4429cf687cb1876171c86bcf1 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 10:42:20 +0000 Subject: [PATCH] Unified mod sources display Co-authored-by: felix-fx-top <253056634+felix-fx-top@users.noreply.github.com> --- src/components/Footer.tsx | 17 +++++++---- src/components/HeroSection.tsx | 28 +++++++++-------- src/components/Navbar.tsx | 55 ++++++++++++++++++++-------------- src/index.css | 47 ++++++++++++++++++++++------- 4 files changed, 96 insertions(+), 51 deletions(-) diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 947e33f..9e56d8a 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,13 +1,18 @@ +import { Heart } from "lucide-react"; + const Footer = () => { return ( -