From 061a759f9472bb8c85f64558dadc7fc85baa0414 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 11:28:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 107cc0d..9c0a4be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, Coffee, Globe, Leaf, Recycle, Users } from "lucide-react"; +import { Award, Coffee, Globe, Leaf, Recycle, Users, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -47,6 +47,8 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1