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.
-
- -
-