diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b125e8..cff3938 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { Award } from "lucide-react"; export default function HomePage() { return ( @@ -50,6 +51,9 @@ export default function HomePage() { mediaAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} + tag="Licensed Florida Contractor" + tagIcon={Award} + tagAnimation="slide-up" buttons={[ { text: "Schedule Your Fence Estimate", href: "#contact" }, { text: "Call 866-FENCING", href: "tel:866-336-2464" }, @@ -210,4 +214,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}