From 9f6d2d27e7d4667d207181070fb02fb1d5054bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 03:33:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 258 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 332f641..d90d595 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Scissors, Users } from "lucide-react"; +import { Award, Scissors, Users, Zap, Shield, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {