From fc7be6df26dfa2dfbe54bc7c81129cd0345aab35 Mon Sep 17 00:00:00 2001 From: Alexis Bruneteau Date: Thu, 6 Nov 2025 17:45:40 +0100 Subject: [PATCH] refactor: Simplify home page - remove mock data and unnecessary sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed stats section (1000+ votants, 50+ élections, 99.9% security) - Removed features section (crypto, results, access) - Removed CTA section with unnecessary copy - Removed footer with multiple sections - Keep clean dark theme with minimal landing page - Keep navigation and simple call-to-action buttons - Focus on essential elements only 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- e-voting-system/frontend/app/page.tsx | 131 ++++---------------------- 1 file changed, 18 insertions(+), 113 deletions(-) diff --git a/e-voting-system/frontend/app/page.tsx b/e-voting-system/frontend/app/page.tsx index 4147493..243a886 100644 --- a/e-voting-system/frontend/app/page.tsx +++ b/e-voting-system/frontend/app/page.tsx @@ -1,12 +1,11 @@ import Link from "next/link" import { Button } from "@/components/ui/button" -import { Card, CardDescription, CardHeader, CardTitle } from "@/components/ui/card" -import { CheckCircle, Lock, BarChart3 } from "lucide-react" export default function Home() { return ( -
-