diff --git a/src/app/page.tsx b/src/app/page.tsx
index c3e66e6..d411db5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,13 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
-import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
-import ProductCardThree from '@/components/sections/product/ProductCardThree';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
+import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterCard from '@/components/sections/footer/FooterCard';
-import { Sparkles, Leaf, ImageIcon, Star, Heart, CheckCircle, Instagram, Phone, Users } from 'lucide-react';
+import { Sparkles, Star, Heart, CheckCircle, Instagram, Phone, Users, ImageIcon } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,7 +28,6 @@ export default function LandingPage() {