Update src/app/page.tsx

This commit is contained in:
2026-03-06 15:55:45 +00:00
parent d82d597c89
commit dca41a6d30

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}