diff --git a/src/app/page.tsx b/src/app/page.tsx index af27ea3..9d39c18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, Globe, Sparkles, Users } from "lucide-react"; +import { Award, Globe, Sparkles, Users, Flame, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -64,6 +64,8 @@ export default function LandingPage() { title="Featured Collections" description="Hand-picked LEGO sets for builders of all ages and interests" tag="Best Sellers" + tagIcon={Flame} + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="slide-up"