From 91dadaedaac6767a663f39f8107a4c73ff1cf0c7 Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Sat, 6 Dec 2025 01:29:08 +0100 Subject: [PATCH] visual improvements --- src/app/components/BackgroundPattern.tsx | 5 +++-- src/app/components/Navbar.tsx | 12 ++---------- src/app/learn/what-is-fire/page.tsx | 5 ++--- src/app/page.tsx | 4 +--- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/src/app/components/BackgroundPattern.tsx b/src/app/components/BackgroundPattern.tsx index 69a8246..489acb5 100644 --- a/src/app/components/BackgroundPattern.tsx +++ b/src/app/components/BackgroundPattern.tsx @@ -129,7 +129,7 @@ export default function MultiIconPattern({ opacity = 0.2, spacing = 160 }) { const IconComponent = iconComponents[randomIndex]; // Slightly randomize size and position for more organic feel - const size = 28 + Math.floor(Math.random() * 8); + const size = 30 + Math.floor(Math.random() * 8); const xOffset = Math.floor(Math.random() * (spacing / 1.618)); const yOffset = Math.floor(Math.random() * (spacing / 1.618)); const rotation = Math.round((Math.random() - 0.5) * 30); @@ -138,7 +138,8 @@ export default function MultiIconPattern({ opacity = 0.2, spacing = 160 }) { +
- {/* Mobile brand in center */} -
- - InvestingFIRE - InvestingFIRE - -
-
{/* Future: Theme Toggle, GitHub Link etc */}
diff --git a/src/app/learn/what-is-fire/page.tsx b/src/app/learn/what-is-fire/page.tsx index 31de5d4..de9d70b 100644 --- a/src/app/learn/what-is-fire/page.tsx +++ b/src/app/learn/what-is-fire/page.tsx @@ -94,7 +94,8 @@ export default function WhatIsFirePage() {

The 3 Pillars of FIRE

To achieve financial independence, you need to optimize three levers:

-
    + +
    1. Spend Less (Frugality): Cutting unnecessary costs is the most powerful lever because it has a double effect: it increases your savings and lowers the amount you @@ -157,8 +158,6 @@ export default function WhatIsFirePage() {
    2. - -

      Why {new Date().getFullYear().toString()} Changes Things

      In {new Date().getFullYear().toString()}, we face unique challenges: higher inflation than the diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b57e6b..624bfaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,9 +81,7 @@ export default function HomePage() { 100% free • built for educational use -

      - The #1 FIRE Calculator -

      +

      The #1 FIRE Calculator

      Plan your path to financial independence with transparent math—ad-free and built to teach you how FIRE works.