diff --git a/src/app/page.tsx b/src/app/page.tsx index f547bcb..5e6df86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardTen from '@/components/sections/team/TeamCardTen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import { Sparkles, MapPin, Clock, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -108,4 +105,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file