diff --git a/src/app/page.tsx b/src/app/page.tsx index 82e8399..c7a8819 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwent import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles, TrendingUp, CheckCircle, Heart, Handshake, Truck, Shield, Award, Headphones } from "lucide-react"; +import { Sparkles, TrendingUp, CheckCircle, Heart, Handshake, Truck, Shield, Award, Headphones, Star } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, @@ -99,9 +99,9 @@ export default function HomePage() { ]} title="Featured Collection" description="Handpicked premium sneakers carefully selected for quality, style, and comfort. Each pair offers exceptional value and lasting durability." - tag="Best Sellers" - tagIcon={TrendingUp} - tagAnimation="opacity" + tag="Best Sellers - 10k+ Reviews" + tagIcon={Star} + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} gridVariant="four-items-2x2-equal-grid"