From e45d5565d58a9daf52cc34e3721d5f872905b179 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 13:22:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 +++++++++-------------------------------------- 1 file changed, 37 insertions(+), 173 deletions(-) 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 -- 2.49.1