diff --git a/src/app/page.tsx b/src/app/page.tsx index 0822b69..6f256f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,208 +2,115 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Instagram, Leaf, Linkedin, Shield, ShieldCheck, Zap } from "lucide-react"; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import { Instagram, Leaf, Linkedin, ShieldCheck, Zap, Sparkles } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file