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