diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index b67f02e..d6bcb3f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,8 +19,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Quick Links", - items: [ + title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About", href: "/about" }, @@ -28,8 +27,7 @@ export default function ContactPage() { ], }, { - title: "Services", - items: [ + title: "Services", items: [ { label: "Business Accounting", href: "/services" }, { label: "Property Accounting", href: "/services" }, { label: "Business Advisory", href: "/services" }, @@ -37,8 +35,7 @@ export default function ContactPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: 09 296 0472", href: "tel:0929605472" }, { label: "Email: karaka@sba.co.nz", href: "mailto:karaka@sba.co.nz" }, { label: "6/75 Hingaia Road, Karaka", href: "#" }, @@ -46,8 +43,7 @@ export default function ContactPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Disclaimer", href: "#" }, @@ -73,9 +69,7 @@ export default function ContactPage() { brandName="SBA Karaka" navItems={navItems} button={{ - text: "Book Consultation", - href: "#contact", - }} + text: "Book Consultation", href: "#contact"}} animateOnLoad={true} className="shadow-lg" navItemClassName="font-medium text-sm" @@ -109,27 +103,10 @@ export default function ContactPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ - { - id: "1", - value: "09 296 0472", - description: "Phone us during business hours (Mon-Fri 9am-5pm)", - }, - { - id: "2", - value: "karaka@sba.co.nz", - description: "Email us anytime. We reply within 24 hours.", - }, - { - id: "3", - value: "6/75 Hingaia Road", - description: "Karaka, Auckland 2113. Visit us by appointment.", - }, - { - id: "4", - value: "After Hours", - description: - "Emergency consultations available by prior arrangement.", - }, + { id: "1", value: "09 296 0472", description: "Phone us during business hours (Mon-Fri 9am-5pm)" }, + { id: "2", value: "karaka@sba.co.nz", description: "Email us anytime. We reply within 24 hours." }, + { id: "3", value: "6/75 Hingaia Road", description: "Karaka, Auckland 2113. Visit us by appointment." }, + { id: "4", value: "After Hours", description: "Emergency consultations available by prior arrangement." }, ]} /> @@ -146,28 +123,13 @@ export default function ContactPage() { features={[ { id: 1, - title: "Discovery Conversation", - description: - "We listen to your story. Your industry, challenges, growth plans, and current accounting setup. This helps us understand what matters most to you.", - imageSrc: - "http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg?_wi=2", - }, + title: "Discovery Conversation", description: "We listen to your story. Your industry, challenges, growth plans, and current accounting setup. This helps us understand what matters most to you.", imageSrc: "http://img.b2bpic.net/free-photo/positive-business-colleagues-watching-presentation-pc-monitor-discussing-project-sitting-workplace-pointing-display-business-communication-concept_74855-11908.jpg"}, { id: 2, - title: "Tailored Recommendation", - description: - "Based on your needs, we recommend specific services—whether it's full accounting, property advisory, or strategic tax planning. No pressure, just honest guidance.", - imageSrc: - "http://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg?_wi=4", - }, + title: "Tailored Recommendation", description: "Based on your needs, we recommend specific services—whether it's full accounting, property advisory, or strategic tax planning. No pressure, just honest guidance.", imageSrc: "http://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"}, { id: 3, - title: "Clear Pricing & Next Steps", - description: - "We explain exactly what's involved, your fixed monthly fee, and how we'll work together. Then it's your call—no obligation.", - imageSrc: - "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=4", - }, + title: "Clear Pricing & Next Steps", description: "We explain exactly what's involved, your fixed monthly fee, and how we'll work together. Then it's your call—no obligation.", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"}, ]} />