diff --git a/src/app/page.tsx b/src/app/page.tsx index e86a35c..eb607c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureBento from '@/components/sections/feature/FeatureBento'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { BarChart, Zap, Target, Palette, Cpu, Code } from "lucide-react"; export default function LandingPage() { return ( @@ -41,118 +42,83 @@ export default function LandingPage() {
-
-
-
-
-
@@ -160,65 +126,45 @@ export default function LandingPage() {
-
-
); -} \ No newline at end of file +}