From 7dc8b0e58b12f9153423b6a974ae021125682c04 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 19:16:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 129 ++++++++++++++++++----------------------------- 1 file changed, 48 insertions(+), 81 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 133f162..d5c5095 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Leaf, Shield, Sparkles } from "lucide-react"; +import { Leaf, Shield, Sparkles, Star, Zap, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -31,14 +31,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1