From 77fe0e6a8e6652f641160ba04de28bebb8ce3a79 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 23:03:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 326 ++++++----------------------------------------- 1 file changed, 42 insertions(+), 284 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c662a5..3eec8cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Award, CheckCircle, Sparkles } from "lucide-react"; +import { Award, CheckCircle, Sparkles, Zap, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -32,26 +32,11 @@ export default function LandingPage() {