diff --git a/src/app/page.tsx b/src/app/page.tsx index deea336..4e5d765 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,181 +2,147 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Sparkles, BarChart3, ShieldCheck, Zap } from "lucide-react"; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} \ No newline at end of file +}