diff --git a/src/app/page.tsx b/src/app/page.tsx index a53072c..746804f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Globe, Package, Smile } from "lucide-react"; +import { Globe, Package, Smile, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -100,6 +100,8 @@ export default function LandingPage() { ]} title="Why Shop With Us" description="Quality assurance and excellence in every transaction." + tag="Trusted & Reliable" + tagIcon={ShieldCheck} /> @@ -255,4 +257,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file