diff --git a/src/app/page.tsx b/src/app/page.tsx index f577c45..d6ea87c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Lightbulb } from "lucide-react"; +import { Lightbulb, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -135,7 +135,8 @@ export default function LandingPage() { { id: "6", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "portrait man headshot professional"}, ]} cardTitle="Over 5,000+ customers love re:print's custom lighting and accessories" - cardTag="See what they say" + cardTag="5,000+ Happy Customers" + cardTagIcon={Users} cardAnimation="slide-up" useInvertedBackground={false} />