From dca41a6d30d62ae4580672b583161bb7822f659e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 15:55:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 +}