From 3c15cf30d90679f20d0069ace0ad3ee1780c4160 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 22:08:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 268 +++++++---------------------------------------- 1 file changed, 38 insertions(+), 230 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a294a7c..f261e42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Scissors, Smile, Star } from "lucide-react"; +import { Award, Scissors, Smile, Star, Zap, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -33,30 +33,12 @@ export default function LandingPage() { @@ -360,34 +194,8 @@ export default function LandingPage() {