diff --git a/src/app/page.tsx b/src/app/page.tsx index 62043e3..0f8a931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,146 +3,123 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);