diff --git a/src/app/page.tsx b/src/app/page.tsx index d31c5c7..08988fa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { LineChart, ShieldCheck, Zap } from "lucide-react"; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import { LineChart, ShieldCheck, Zap, MessageCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -87,45 +87,47 @@ export default function LandingPage() {
-
-
@@ -165,4 +167,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file