Update src/app/services/page.tsx

This commit is contained in:
2026-03-04 07:27:15 +00:00
parent f80b6cd396
commit 8e31e282d8

View File

@@ -19,8 +19,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Company Setup", href: "/services" },
{ label: "Company Secretarial", href: "/services" },
{ label: "Bookkeeping & Xero", href: "/services" },
@@ -28,8 +27,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Contact", href: "/contact" },
{ label: "Blog", href: "#" },
@@ -37,8 +35,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "📞 019-888 9910", href: "tel:019-888-9910" },
{ label: "📧 info@zepheus.my", href: "mailto:info@zepheus.my" },
{ label: "📍 Tanjung Tokong, Penang", href: "#" },
@@ -76,36 +73,19 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Company Setup",
description: "Sdn Bhd, Public, and Foreign company incorporation with full documentation support",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg?_wi=3",
imageAlt: "Company Setup Services",
},
title: "Company Setup", description: "Sdn Bhd, Public, and Foreign company incorporation with full documentation support", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg", imageAlt: "Company Setup Services"},
{
id: 2,
title: "Company Secretarial",
description: "Compliance, filings, and ongoing secretarial services for all company types",
imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg?_wi=4",
imageAlt: "Company Secretarial Services",
},
title: "Company Secretarial", description: "Compliance, filings, and ongoing secretarial services for all company types", imageSrc: "http://img.b2bpic.net/free-photo/elegant-man-suit-showing-two-partners-paper_1262-811.jpg", imageAlt: "Company Secretarial Services"},
{
id: 3,
title: "AI Bookkeeping & Xero",
description: "Digital-first cloud accounting with AI automation and real-time reporting",
imageSrc: "http://img.b2bpic.net/free-vector/different-elements-around-cloud_1223-30.jpg?_wi=2",
imageAlt: "AI Bookkeeping and Cloud Accounting",
},
title: "AI Bookkeeping & Xero", description: "Digital-first cloud accounting with AI automation and real-time reporting", imageSrc: "http://img.b2bpic.net/free-vector/different-elements-around-cloud_1223-30.jpg", imageAlt: "AI Bookkeeping and Cloud Accounting"},
{
id: 4,
title: "Tax Services",
description: "Company, personal, and partnership tax preparation with full compliance",
imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg?_wi=2",
imageAlt: "Tax Services",
},
title: "Tax Services", description: "Company, personal, and partnership tax preparation with full compliance", imageSrc: "http://img.b2bpic.net/free-photo/office-equipment-put-table_23-2147651021.jpg", imageAlt: "Tax Services"},
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -117,36 +97,19 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Consultation",
description: "Discuss your needs and requirements. Fast response, expert advice, and transparent pricing.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-colleagues-sitting-table-with-laptop-documents-cups-coffee-talking-medium-shot-teamwork-communication-concept_74855-11651.jpg",
imageAlt: "Business Consultation",
},
title: "Consultation", description: "Discuss your needs and requirements. Fast response, expert advice, and transparent pricing.", imageSrc: "http://img.b2bpic.net/free-photo/couple-serious-colleagues-sitting-table-with-laptop-documents-cups-coffee-talking-medium-shot-teamwork-communication-concept_74855-11651.jpg", imageAlt: "Business Consultation"},
{
id: 2,
title: "Documentation",
description: "We prepare all required documents. Clear explanations and guidance throughout.",
imageSrc: "http://img.b2bpic.net/free-photo/working-with-documents_1098-18159.jpg",
imageAlt: "Documentation Process",
},
title: "Documentation", description: "We prepare all required documents. Clear explanations and guidance throughout.", imageSrc: "http://img.b2bpic.net/free-photo/working-with-documents_1098-18159.jpg", imageAlt: "Documentation Process"},
{
id: 3,
title: "Digital Processing",
description: "Submit and process through our secure digital workflow and integrated systems.",
imageSrc: "http://img.b2bpic.net/free-photo/binary-code-digits-technology-software-concept_53876-122985.jpg",
imageAlt: "Digital Processing",
},
title: "Digital Processing", description: "Submit and process through our secure digital workflow and integrated systems.", imageSrc: "http://img.b2bpic.net/free-photo/binary-code-digits-technology-software-concept_53876-122985.jpg", imageAlt: "Digital Processing"},
{
id: 4,
title: "Ongoing Support",
description: "Completion, delivery, and continuous support for your ongoing needs.",
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg?_wi=2",
imageAlt: "Ongoing Support",
},
title: "Ongoing Support", description: "Completion, delivery, and continuous support for your ongoing needs.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg", imageAlt: "Ongoing Support"},
]}
textboxLayout="default"
useInvertedBackground={false}
mediaAnimation="slide-up"
/>
</div>
@@ -160,9 +123,10 @@ export default function ServicesPage() {
{ value: "24-hour", title: "Response Time" },
]}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg"
imageAlt="Service Benefits"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>