Update src/app/about/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+16155689651"
|
||||
text: "📞 Call Now", href: "tel:+16155689651"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -47,6 +46,7 @@ export default function AboutPage() {
|
||||
{ icon: Shield, label: "Licensed & Insured", value: "Fully Protected" },
|
||||
{ icon: Users, label: "Experienced Team", value: "Professional Crew" }
|
||||
]}
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,6 +60,7 @@ export default function AboutPage() {
|
||||
{ icon: DollarSign, label: "Free Estimates", value: "No Hidden Fees" },
|
||||
{ icon: Shield, label: "Satisfaction", value: "100% Guaranteed" }
|
||||
]}
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,8 +81,7 @@ export default function AboutPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Emergency Services", href: "/services" },
|
||||
{ label: "Tree Trimming", href: "/services" },
|
||||
@@ -89,8 +89,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -98,8 +97,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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: "/" },
|
||||
|
||||
Reference in New Issue
Block a user