From bb07050b5ee34fe7ee01b6db2b1a1f85eea084d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 09:50:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++++++------------------------------------- 1 file changed, 67 insertions(+), 249 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f836e7d..5c2fc0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Award, CalendarDays, CheckCircle, Eye, Globe, Shield, Sparkles, Star } from "lucide-react"; +import { Award, CalendarDays, CheckCircle, Eye, Gem, Globe, Shield, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -34,31 +34,19 @@ export default function LandingPage() { @@ -66,51 +54,28 @@ export default function LandingPage() {
@@ -428,8 +264,7 @@ export default function LandingPage() {