diff --git a/apps/landing/src/pages/Main.tsx b/apps/landing/src/pages/Main.tsx index 9c086a7..f9a4fb7 100644 --- a/apps/landing/src/pages/Main.tsx +++ b/apps/landing/src/pages/Main.tsx @@ -1,22 +1,10 @@ import { useLayoutEffect, useRef, useState } from "react"; import { Navbar } from "@/components/Navbar"; import { Footer } from "@/components/Footer"; -import { FeaturesSection } from "@/components/sections/Features"; -import { UsecaseSection } from "@/components/sections/Usecase"; import { Button } from "@/components/ui/button"; import { BookText } from "lucide-react"; import { FaGithub } from "react-icons/fa"; -import { MidCTASection } from "@/components/sections/MidCta"; -import { FAQSection } from "@/components/sections/Faqs"; -import { FooterCtaSection } from "@/components/sections/FooterCta"; -import { ThreeCardsSection } from "@/components/sections/ThreeCards"; -import { SecurityCTASection } from "@/components/sections/SecurityCta"; -import { IntegrationSection } from "@/components/sections/IntegrationImage"; -import { ListCardsSection } from "@/components/sections/ListCards"; -import { CapsulePromoSection } from "@/components/sections/CapsulePromo"; -import { ScrollTextRevealSection } from "@/components/sections/ScrollTextReveal"; import { HeroSceneSection } from "@/components/sections/HeroScene/HeroScene"; -import { UsecaseAIAssistantSection } from "@/components/sections/UsecaseAI"; import { AnimatedHeading } from "@/components/AnimatedHeading"; import { useStaggerReveal } from "@/hooks/useStaggerReveal"; import { cn } from "@/lib/utils";