From f5d43b118a549e2739126f516c5c2f2e8056465b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 13:07:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5e7356..42abe82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ 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'; export default function LandingPage() { return ( @@ -30,6 +31,7 @@ export default function LandingPage() { +
+ +
+
Grok: Comment puis-je vous aider aujourd'hui ?
+
+
User: Explique-moi le calcul intégral.
+
+ +
+
); -} \ No newline at end of file +}