From 236afb8db8a7aa9a6ce23d09fad1898664b028da Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:12:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 273 ++++++++--------------------------------------- 1 file changed, 42 insertions(+), 231 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aec1558..02ce6c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Shield, Users } from "lucide-react"; +import { Award, Shield, Users, Zap, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,22 +32,10 @@ export default function LandingPage() {