From 9216e89c2de55a04227ec6b8749675c452f5381a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 10:32:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 68 +++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 33 deletions(-) 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 -- 2.49.1