Update src/app/page.tsx

This commit is contained in:
2026-03-16 01:37:11 +00:00
parent 90ec01dd7a
commit e586ca8d56

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
text: "Get Your Free Roof Assessment", href: "#contact"
}
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
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="entrance-slide"
animationType="blur-reveal"
features={[
{
id: "1", title: "Service Area", description: "Knoxville • Maryville • Oak Ridge • Morristown • Sevierville • Jefferson City • Lenoir City • And surrounding communities", media: {
@@ -191,7 +191,7 @@ export default function LandingPage() {
text: "Get My Free Estimate", href: "tel:+14235551234"
}
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>