From f76b321171433bdde734726c6bb9815a8bc8dcab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 18:02:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 583efdb..933984c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, Feather, Globe, Leaf, TShirt, Users } from "lucide-react"; +import { Award, Feather, Globe, Leaf, Shirt, Users } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1