From a6f08e80bd8ebd3e42ad8c8d308b11ac46ec3079 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 17:16:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index c01cb77..72e2ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -71,6 +72,7 @@ export default function LandingPage() { description="We bridge the gap between global brands and your home." subdescription="With a decade of logistics expertise, we ensure your purchases are safe." imageSrc="http://img.b2bpic.net/free-photo/woman-taking-care-warehouse-logistics_23-2149128296.jpg" + icon={Shield} mediaAnimation="slide-up" /> -- 2.49.1