From 0fcaf8801da93061a0b92947ba495f9ffcec7dcb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:45:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++------------------------------------------ 1 file changed, 30 insertions(+), 248 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a56c0c..783e32b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Heart } from "lucide-react"; +import { Heart, Accessibility, Users, CreditCard } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -176,137 +86,38 @@ export default function LandingPage() {
-
- -
-
@@ -314,41 +125,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1