From c73d3630e4b37806b4265953ee221248866a1ff8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 22:27:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 260 +++++++---------------------------------------- 1 file changed, 37 insertions(+), 223 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bdf8c1..e697f4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Leaf } from "lucide-react"; +import { Leaf, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,9 @@ export default function LandingPage() {