From 37bf22bdea67c5992a53818a109195690278a43b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 15:18:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 278d96b..0303d57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,20 +10,9 @@ import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboard import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import { Lightbulb, Monitor, PenTool, ShieldCheck, Zap } from "lucide-react"; -import CardStack from '@/components/cardStack/CardStack'; import { useState } from 'react'; export default function LandingPage() { - const [grokApiKey, setGrokApiKey] = useState(""); - - const handleContactSubmit = (data: Record) => { - if (data.apiKey) { - // Store API key in memory for chat/tutor functionality - setGrokApiKey(data.apiKey); - console.log("xAI/Grok API Key integrated successfully"); - } - }; - return ( -
- -
-
{grokApiKey ? "xAI/Grok: Système en ligne. Quelle équation souhaitez-vous résoudre ?" : "xAI/Grok: En attente de configuration API..."}
-
-
User: Explique-moi le calcul intégral.
-
- -
-