diff --git a/src/app/page.tsx b/src/app/page.tsx index ed0824e..c1f6c97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,6 +14,7 @@ import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } fr import FaqDouble from "@/components/sections/faq/FaqDouble"; import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; export default function LandingPage() { return ( @@ -46,24 +47,10 @@ export default function LandingPage() {
-