Update src/app/contact/page.tsx
This commit is contained in:
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -44,15 +44,13 @@ export default function ContactPage() {
|
||||
description="Ready to schedule tree removal, pruning, or maintenance? Contact Trees A Crowd today. Our team in Perth is ready to help with fast, reliable service and competitive pricing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: 0450 552 659",
|
||||
href: "tel:0450552659"
|
||||
text: "Call: 0450 552 659", href: "tel:0450552659"
|
||||
},
|
||||
{
|
||||
text: "Send Inquiry",
|
||||
href: "mailto:info@treesacrowd.com.au"
|
||||
text: "Send Inquiry", href: "mailto:info@treesacrowd.com.au"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -65,8 +63,7 @@ export default function ContactPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -74,8 +71,7 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Tree Removal", href: "/services" },
|
||||
{ label: "Tree Pruning", href: "/services" },
|
||||
{ label: "Tree Lopping", href: "/services" },
|
||||
@@ -83,16 +79,14 @@ export default function ContactPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call: 0450 552 659", href: "tel:0450552659" },
|
||||
{ label: "Craigie, Perth WA", href: "#" },
|
||||
{ label: "Request Quote", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms & Conditions", href: "#" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user