From 35f5965c6758b5a306d5832e21c0a95ed3a4b695 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:03:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 228 ++++++----------------------------------------- 1 file changed, 27 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c44f51f..f12b7c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Sparkles } from "lucide-react"; +import { Sparkles, Zap, Camera, TrendingUp, Users, BarChart } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {