diff --git a/src/app/page.tsx b/src/app/page.tsx index 520d308..93b14c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,397 +2,196 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Award, Clock, Heart, Users } from "lucide-react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file