From 009139c68e31572242091b6c985555427c17bc2e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:40:55 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 65 ++++++++------------------------------- 1 file changed, 12 insertions(+), 53 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 61b8e13..6e894cc 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,8 +19,7 @@ export default function ServicesPage() { 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 ServicesPage() { ], }, { - 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 ServicesPage() { ], }, { - 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 ServicesPage() { ], }, { - 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 ServicesPage() { 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" @@ -95,28 +89,13 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Business Accounting", - description: - "Full bookkeeping, tax preparation, GST compliance, financial reporting, and end-of-year accounts. We handle all compliance requirements and provide regular financial insights to help you make informed decisions.", - imageSrc: - "http://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg?_wi=3", - }, + title: "Business Accounting", description: "Full bookkeeping, tax preparation, GST compliance, financial reporting, and end-of-year accounts. We handle all compliance requirements and provide regular financial insights to help you make informed decisions.", imageSrc: "http://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"}, { id: 2, - title: "Rental Property Accounting", - description: - "Specialist services for property investors: rental income reporting, expense tracking, depreciation schedules, mortgage interest optimization, and tax-efficient strategies to maximize returns on your investment properties.", - imageSrc: - "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg?_wi=2", - }, + title: "Rental Property Accounting", description: "Specialist services for property investors: rental income reporting, expense tracking, depreciation schedules, mortgage interest optimization, and tax-efficient strategies to maximize returns on your investment properties.", imageSrc: "http://img.b2bpic.net/free-photo/house-loan-estate-sell-mortgage-concept_53876-125097.jpg"}, { id: 3, - title: "Business Advisory & Tax Planning", - description: - "Beyond compliance: strategic planning, cash flow forecasting, budgeting, tax minimization, business structure optimization, and growth strategies. We're your long-term financial partner.", - imageSrc: - "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg?_wi=3", - }, + title: "Business Advisory & Tax Planning", description: "Beyond compliance: strategic planning, cash flow forecasting, budgeting, tax minimization, business structure optimization, and growth strategies. We're your long-term financial partner.", imageSrc: "http://img.b2bpic.net/free-photo/financial-program-user-interface-pc-screen-home-office-desk_482257-118861.jpg"}, ]} /> @@ -132,30 +111,10 @@ export default function ServicesPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ - { - id: "1", - value: "Fixed Monthly Fees", - description: - "Know your costs upfront. No hidden charges. Transparent pricing.", - }, - { - id: "2", - value: "Xero Cloud Integration", - description: - "Real-time access to your financials from anywhere. Modern, secure, automated.", - }, - { - id: "3", - value: "Expert Guidance", - description: - "Chartered Accountant with 15+ years experience in South Auckland business.", - }, - { - id: "4", - value: "Compliance Assured", - description: - "100% IRD compliant. Annual tax returns, GST, PAYE—all covered and optimised.", - }, + { id: "1", value: "Fixed Monthly Fees", description: "Know your costs upfront. No hidden charges. Transparent pricing." }, + { id: "2", value: "Xero Cloud Integration", description: "Real-time access to your financials from anywhere. Modern, secure, automated." }, + { id: "3", value: "Expert Guidance", description: "Chartered Accountant with 15+ years experience in South Auckland business." }, + { id: "4", value: "Compliance Assured", description: "100% IRD compliant. Annual tax returns, GST, PAYE—all covered and optimised." }, ]} />