Update src/app/contact/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now",
|
||||
href: "tel:+16155689651"
|
||||
text: "📞 Call Now", href: "tel:+16155689651"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -60,6 +59,7 @@ export default function ContactPage() {
|
||||
{ icon: MapPin, label: "Located", value: "Nashville, TN" },
|
||||
{ icon: Mail, label: "Response Time", value: "Under 2 Hours" }
|
||||
]}
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,8 +79,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Emergency Services", href: "/services" },
|
||||
{ label: "Tree Trimming", href: "/services" },
|
||||
@@ -88,8 +87,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -97,8 +95,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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