diff --git a/src/app/page.tsx b/src/app/page.tsx index 33eeede..941bd69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,27 +5,28 @@ import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { CheckCircle, Target, Zap } from "lucide-react"; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import { CheckCircle, Target, Zap, Layout, Search, BarChart, Briefcase, Settings } from "lucide-react"; export default function LandingPage() { return (
-
- +
-
-
- -
-