diff --git a/src/app/page.tsx b/src/app/page.tsx index 888a00a..c642859 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,101 +2,203 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+ -
- -
+
+ +
+ +
+ +
+ +
+ +
); -} \ No newline at end of file +}