Update src/app/page.tsx

This commit is contained in:
2026-02-26 21:03:22 +00:00
parent 5cec794bfd
commit 6a48c4b3a5

View File

@@ -34,8 +34,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
button={{
text: "📞 Call Now",
href: "tel:+16155689651"
text: "📞 Call Now", href: "tel:+16155689651"
}}
/>
</div>
@@ -61,6 +60,7 @@ export default function HomePage() {
imageAlt: "Safe tree removal process"
}
]}
mediaAnimation="none"
rating={5}
ratingText="Rated 4.9 Stars by 70 Nashville Customers"
/>
@@ -75,6 +75,7 @@ export default function HomePage() {
{ icon: DollarSign, label: "Free Estimates", value: "Fair Pricing" },
{ icon: Shield, label: "Licensed & Insured", value: "Professional Crew" }
]}
metricsAnimation="none"
useInvertedBackground={false}
/>
</div>
@@ -88,6 +89,7 @@ export default function HomePage() {
{ icon: Shield, label: "Professional Crew", value: "Skilled & Trained" },
{ icon: Clock, label: "Safety First", value: "Fully Equipped" }
]}
metricsAnimation="none"
useInvertedBackground={false}
/>
</div>
@@ -120,8 +122,7 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Tree Removal", href: "/services" },
{ label: "Emergency Services", href: "/services" },
{ label: "Tree Trimming", href: "/services" },
@@ -129,8 +130,7 @@ export default function HomePage() {
]
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Reviews", href: "/reviews" },
{ label: "Contact", href: "/contact" },
@@ -138,8 +138,7 @@ export default function HomePage() {
]
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 (615) 568-9651", href: "tel:+16155689651" },
{ label: "Open 24 Hours", href: "/" },
{ label: "3037 Runabout Dr, Nashville, TN 37217", href: "/" },