diff --git a/src/app/page.tsx b/src/app/page.tsx index 2483a41..25ddd09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { CheckCircle, Clock, MessageSquare, Truck, Star } from "lucide-react"; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { CheckCircle, Clock, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -28,110 +28,143 @@ export default function LandingPage() { >
- +
+ +
+
-
-
-