diff --git a/src/app/page.tsx b/src/app/page.tsx index c5d3885..2f453bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Sparkles } from "lucide-react"; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Award, CheckCircle, Sparkles, Building, Briefcase, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -28,302 +28,120 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ console.log(email)} + /> +
- +
);