Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-16 01:36:48 +00:00

View File

@@ -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() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to Protect Your Home? Don't wait on a small problem to become a big one. Get a free, no-pressure roof assessment from East Tennessee's most trusted roofing crew. Call or text us today or fill out our contact form for a fast response."
animationType="background-highlight"
animationType="entrance-slide"
buttons={[
{
text: "Get My Free Estimate", href: "tel:+14235551234"
}
]}
background={{ variant: "plain" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
/>
</div>