Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 08:40:54 +00:00
parent 718c3c20a3
commit 7289d2feed

View File

@@ -19,8 +19,7 @@ export default function ContactPage() {
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 ContactPage() {
], ],
}, },
{ {
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 ContactPage() {
], ],
}, },
{ {
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 ContactPage() {
], ],
}, },
{ {
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 ContactPage() {
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"
@@ -109,27 +103,10 @@ export default function ContactPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ { id: "1", value: "09 296 0472", description: "Phone us during business hours (Mon-Fri 9am-5pm)" },
id: "1", { id: "2", value: "karaka@sba.co.nz", description: "Email us anytime. We reply within 24 hours." },
value: "09 296 0472", { id: "3", value: "6/75 Hingaia Road", description: "Karaka, Auckland 2113. Visit us by appointment." },
description: "Phone us during business hours (Mon-Fri 9am-5pm)", { id: "4", value: "After Hours", description: "Emergency consultations available by prior arrangement." },
},
{
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.",
},
]} ]}
/> />
</div> </div>
@@ -146,28 +123,13 @@ export default function ContactPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Discovery Conversation", 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"},
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",
},
{ {
id: 2, id: 2,
title: "Tailored Recommendation", 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"},
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",
},
{ {
id: 3, id: 3,
title: "Clear Pricing & Next Steps", 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"},
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",
},
]} ]}
/> />
</div> </div>