diff --git a/src/app/page.tsx b/src/app/page.tsx index 80a2acb..612d100 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,8 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Sparkles, Users, Zap } from "lucide-react"; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function LandingPage() { return ( @@ -106,6 +103,7 @@ export default function LandingPage() {