diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b44145..ed3e5e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,10 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { MessageCircle } from "lucide-react"; +import { MessageCircle, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +31,11 @@ export default function LandingPage() { @@ -241,17 +111,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file