diff --git a/src/app/page.tsx b/src/app/page.tsx index 161b55f..e387657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,13 +48,13 @@ export default function LandingPage() { description="Fast. Professional. Done Right the First Time. Local roofers you can actually trust — from repair to full replacement." tag="Licensed & Insured" tagIcon={CheckCircle} - tagAnimation="entrance-slide" + tagAnimation="opacity" buttons={[ { text: "Get Your Free Roof Assessment", href: "#contact" } ]} - background={{ variant: "plain" }} + background={{ variant: "aurora" }} kpis={[ { value: "Est. 2010", label: "Serving East Tennessee" }, { value: "5-Star", label: "Rated" }, @@ -165,7 +165,7 @@ export default function LandingPage() { description="We're your local roofing experts across the region, serving homeowners and businesses with the same commitment to quality." textboxLayout="default" useInvertedBackground={false} - animationType="blur-reveal" + animationType="entrance-slide" features={[ { id: "1", title: "Service Area", description: "Knoxville • Maryville • Oak Ridge • Morristown • Sevierville • Jefferson City • Lenoir City • And surrounding communities", media: { @@ -185,13 +185,13 @@ export default function LandingPage() {