Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 08:40:55 +00:00
parent 9b47bbb319
commit 009139c68e

View File

@@ -19,8 +19,7 @@ export default function ServicesPage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Quick Links", title: "Quick Links", items: [
items: [
{ label: "Home", href: "/" }, { label: "Home", href: "/" },
{ label: "Services", href: "/services" }, { label: "Services", href: "/services" },
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
@@ -28,8 +27,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Services", title: "Services", items: [
items: [
{ label: "Business Accounting", href: "/services" }, { label: "Business Accounting", href: "/services" },
{ label: "Property Accounting", href: "/services" }, { label: "Property Accounting", href: "/services" },
{ label: "Business Advisory", href: "/services" }, { label: "Business Advisory", href: "/services" },
@@ -37,8 +35,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "Phone: 09 296 0472", href: "tel:0929605472" }, { label: "Phone: 09 296 0472", href: "tel:0929605472" },
{ label: "Email: karaka@sba.co.nz", href: "mailto:karaka@sba.co.nz" }, { label: "Email: karaka@sba.co.nz", href: "mailto:karaka@sba.co.nz" },
{ label: "6/75 Hingaia Road, Karaka", href: "#" }, { label: "6/75 Hingaia Road, Karaka", href: "#" },
@@ -46,8 +43,7 @@ export default function ServicesPage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }, { label: "Terms of Service", href: "#" },
{ label: "Disclaimer", href: "#" }, { label: "Disclaimer", href: "#" },
@@ -73,9 +69,7 @@ export default function ServicesPage() {
brandName="SBA Karaka" brandName="SBA Karaka"
navItems={navItems} navItems={navItems}
button={{ button={{
text: "Book Consultation", text: "Book Consultation", href: "#contact"}}
href: "#contact",
}}
animateOnLoad={true} animateOnLoad={true}
className="shadow-lg" className="shadow-lg"
navItemClassName="font-medium text-sm" navItemClassName="font-medium text-sm"
@@ -95,28 +89,13 @@ export default function ServicesPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Business Accounting", 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"},
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",
},
{ {
id: 2, id: 2,
title: "Rental Property Accounting", 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"},
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",
},
{ {
id: 3, id: 3,
title: "Business Advisory & Tax Planning", 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"},
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",
},
]} ]}
/> />
</div> </div>
@@ -132,30 +111,10 @@ export default function ServicesPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ { id: "1", value: "Fixed Monthly Fees", description: "Know your costs upfront. No hidden charges. Transparent pricing." },
id: "1", { id: "2", value: "Xero Cloud Integration", description: "Real-time access to your financials from anywhere. Modern, secure, automated." },
value: "Fixed Monthly Fees", { id: "3", value: "Expert Guidance", description: "Chartered Accountant with 15+ years experience in South Auckland business." },
description: { id: "4", value: "Compliance Assured", description: "100% IRD compliant. Annual tax returns, GST, PAYE—all covered and optimised." },
"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.",
},
]} ]}
/> />
</div> </div>