From a134fd7ddc25361a197f947b5547e58dbe081661 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 16:14:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 305 ++++++----------------------------------------- 1 file changed, 36 insertions(+), 269 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d5f33de..6f30e57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, CheckCircle, Clock, Shield, Users, Zap } from "lucide-react"; +import { Award, CheckCircle, Clock, Shield, Users, Zap, Cloud, BarChart, Headphones } from "lucide-react"; export default function LandingPage() { return ( @@ -33,22 +33,10 @@ export default function LandingPage() {