diff --git a/src/app/page.tsx b/src/app/page.tsx index f21116f..a479c0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import HeroOverlay from "@/components/sections/hero/HeroOverlay"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; +import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; +import ProductCardThree from "@/components/sections/product/ProductCardThree"; +import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import FaqBase from "@/components/sections/faq/FaqBase"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { @@ -61,42 +62,74 @@ export default function AgentFlowPage() {