From f15a38fdebeb48ee2702ae09be670b0fb30308a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 30 May 2026 19:28:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 336 ++++++++++------------------------------------- 1 file changed, 70 insertions(+), 266 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de9f2a3..b6a6269 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, Globe, Settings, Sparkles, Users } from "lucide-react"; +import { Award, Globe, Settings, Sparkles, Users, Wrench, Leaf, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -33,31 +33,19 @@ export default function LandingPage() { @@ -65,85 +53,45 @@ export default function LandingPage() {