diff --git a/src/app/page.tsx b/src/app/page.tsx index 58d8ae1..b8a6260 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,12 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqBase from '@/components/sections/faq/FaqBase'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Cpu, Zap, ShieldCheck, Clock, Settings, Gauge, ChevronRight } from 'lucide-react'; +import { Cpu, Zap, ShieldCheck, Clock, Settings, Gauge } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,7 +31,6 @@ export default function LandingPage() { -
- -
-
); -} \ No newline at end of file +}