From 04141642a544f5c0ee782bb8e09d21a9aba5d61c Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Sat, 3 Jan 2026 13:12:25 +0800 Subject: [PATCH] feat: improve landing page responsiveness and styling --- web/src/App.tsx | 2 +- web/src/components/landing/FooterSection.tsx | 4 +- .../components/landing/brand/BrandStats.tsx | 16 ++- web/src/components/landing/core/AgentGrid.tsx | 15 ++- web/src/components/landing/core/LiveFeed.tsx | 10 +- .../components/landing/core/TerminalHero.tsx | 112 +++++++++++++----- web/src/index.css | 96 +++++++++++++++ 7 files changed, 206 insertions(+), 49 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 6b23de38..07e582e2 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -1,6 +1,6 @@ import { useEffect, useState, useRef } from 'react' import { motion, AnimatePresence } from 'framer-motion' -// Force HMR Update +// Force HMR Update - Reliability Fix v3 (Emergency Recovery) import useSWR, { mutate } from 'swr' import { api } from './lib/api' import { ChartTabs } from './components/ChartTabs' diff --git a/web/src/components/landing/FooterSection.tsx b/web/src/components/landing/FooterSection.tsx index d6b46bf8..75c58b4a 100644 --- a/web/src/components/landing/FooterSection.tsx +++ b/web/src/components/landing/FooterSection.tsx @@ -42,9 +42,9 @@ export default function FooterSection({ language }: FooterSectionProps) { return (