diff --git a/src/app/page.tsx b/src/app/page.tsx index 352e12c..a09766a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Diamond, ShieldCheck, Sparkles, Wifi, Zap } from "lucide-react"; export default function LandingPage() { @@ -31,35 +27,13 @@ export default function LandingPage() { @@ -67,309 +41,70 @@ export default function LandingPage() { -
- -
- -
- -
- -
- -
- -
- -
-
); -} +} \ No newline at end of file