From 07067b978970f426d7a5d07756e6bcdaf4acc333 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 14:02:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6c3278..1f8e416 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Crown, Shield, Sparkles, Star, Zap } from 'lucide-react'; export default function LandingPage() { + const handleLoginClick = () => { + window.location.href = '#'; + }; + return ( @@ -268,4 +272,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1