diff --git a/src/app/page.tsx b/src/app/page.tsx index 61bc6c7..dc827ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Box, Layers, Layout, RefreshCw, Search, ShoppingBag } from "lucide-react"; +import { BarChart3, Bot, CheckCircle, Code2, Layers, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -29,260 +29,126 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);