diff --git a/src/app/page.tsx b/src/app/page.tsx index 8986bd8..7bf56ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Check, CheckCircle, Heart, Shield, Sparkles, Star, Zap } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -27,214 +22,90 @@ export default function LandingPage() { >
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- ); -} +} \ No newline at end of file