diff --git a/src/app/page.tsx b/src/app/page.tsx index 7095c51..7246c93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,326 +2,137 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Clock, MapPin, Smartphone, Star, Zap } from "lucide-react"; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Zap, Clock, Award, Star, Smartphone, MapPin } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);