diff --git a/src/app/page.tsx b/src/app/page.tsx index b6ffeb8..b112154 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,20 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { AlertTriangle, Lock, Brain, Clock, Shield, FileText, MessageCircle } from "lucide-react"; +import { MessageCircle } from "lucide-react"; 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"; import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; -import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; import BlogCardOne from "@/components/sections/blog/BlogCardOne"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; export default function LandingPage() { return ( @@ -50,29 +43,25 @@ export default function LandingPage() {