diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2d158ca..aa08a64 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Monthly Bookkeeping", href: "/services" }, { label: "Financial Reports", href: "/services" }, { label: "Book Cleanup", href: "/services" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Email", href: "mailto:hello@bookkeepwithus.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Facebook", href: "https://facebook.com" }, @@ -54,7 +51,7 @@ export default function ContactPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="large" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -73,29 +70,23 @@ export default function ContactPage() {