Update src/app/page.tsx

This commit is contained in:
2026-03-04 19:16:02 +00:00
parent 3527e67c8f
commit 4ff70b0b7c

View File

@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Sparkles } from "lucide-react";
import { Sparkles, ShieldCheck } from "lucide-react";
export default function LandingPage() {
return (
@@ -70,7 +70,9 @@ export default function LandingPage() {
<ProductCardThree
title="Our Collections"
description="Choose from our selection of premium pet prints and personalized gifts. Each product is crafted with care to bring joy to pet lovers everywhere."
tag="Shop Now"
tag="100% Satisfaction Guaranteed & Free Shipping"
tagIcon={ShieldCheck}
tagAnimation="slide-up"
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}