diff --git a/src/app/page.tsx b/src/app/page.tsx index 37acaad..2f140b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Sparkles, Calendar, Zap, Scissors } from "lucide-react"; export default function LandingPage() { return ( @@ -28,374 +23,66 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+ -
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file