From 737241c8c61c2ad51f4cd6152cdff51c1aa79361 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:27:14 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f368b1e..af0711f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,8 +20,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Company Setup", href: "/services" }, { label: "Company Secretarial", href: "/services" }, { label: "Bookkeeping & Xero", href: "/services" }, @@ -29,8 +28,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, @@ -38,8 +36,7 @@ export default function AboutPage() { ], }, { - 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: "#" }, @@ -80,9 +77,10 @@ export default function AboutPage() { { value: "100+", title: "Satisfied Clients" }, ]} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg" imageAlt="Zepheus Team" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -96,9 +94,10 @@ export default function AboutPage() { { value: "24-hour", title: "Response Time" }, ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg" imageAlt="Zepheus Values" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -111,29 +110,11 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Founder, TechFlow Sdn Bhd", - testimonial: "Zepheus made company setup incredibly smooth. Fast replies, clear guidance, and they handled everything efficiently. Highly recommended for startups!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "Founder, TechFlow Sdn Bhd", testimonial: "Zepheus made company setup incredibly smooth. Fast replies, clear guidance, and they handled everything efficiently. Highly recommended for startups!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - role: "CEO, InnovateLab Malaysia", - testimonial: "Professional, knowledgeable, and responsive. They understood our accounting needs perfectly and set us up with Xero seamlessly. Best decision for our business.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "CEO, InnovateLab Malaysia", testimonial: "Professional, knowledgeable, and responsive. They understood our accounting needs perfectly and set us up with Xero seamlessly. Best decision for our business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Director, GrowthCo Startups", - testimonial: "The team's expertise is outstanding. They explained everything clearly, responded quickly, and made compliance manageable. Truly professional service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Director, GrowthCo Startups", testimonial: "The team's expertise is outstanding. They explained everything clearly, responded quickly, and made compliance manageable. Truly professional service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, ]} animationType="slide-up" carouselMode="buttons" -- 2.49.1 From f80b6cd396a7ba7aef2a0910cad741a65f307119 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:27:15 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 97 +++++++++--------------------------------------- 1 file changed, 17 insertions(+), 80 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 232d335..019d118 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Company Setup", href: "/services" }, { label: "Company Secretarial", href: "/services" }, { label: "Bookkeeping & Xero", href: "/services" }, @@ -31,8 +30,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Contact", href: "/contact" }, { label: "Blog", href: "#" }, @@ -40,8 +38,7 @@ export default function HomePage() { ], }, { - 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: "#" }, @@ -81,7 +78,7 @@ export default function HomePage() { { text: "Book Free Consultation", href: "#contact" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/corporate-woman-employee-receiving-food-delivery-her-desk_482257-122580.jpg" imageAlt="Zepheus Corporate Services Office" frameStyle="card" mediaAnimation="slide-up" @@ -97,36 +94,19 @@ export default function HomePage() { 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=1", - 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=2", - 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=1", - 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=1", - 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" /> @@ -141,9 +121,10 @@ export default function HomePage() { { value: "4.9★", title: "Average Rating" }, ]} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/black-businessman-assisting-clients_482257-121939.jpg" imageAlt="Zepheus Professional Team" mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -155,15 +136,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} names={[ - "TechFlow Sdn Bhd", - "InnovateLab Malaysia", - "GrowthCo Startups", - "RetailChain Asia", - "CloudSync Services", - "GlobalTrade Network", - "FinanceHub Penang", - "ConsultPro Group", - ]} + "TechFlow Sdn Bhd", "InnovateLab Malaysia", "GrowthCo Startups", "RetailChain Asia", "CloudSync Services", "GlobalTrade Network", "FinanceHub Penang", "ConsultPro Group"]} speed={40} showCard={true} /> @@ -178,53 +151,17 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - role: "Founder, TechFlow Sdn Bhd", - testimonial: "Zepheus made company setup incredibly smooth. Fast replies, clear guidance, and they handled everything efficiently. Highly recommended for startups!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", - imageAlt: "Sarah Johnson", - }, + id: "1", name: "Sarah Johnson", role: "Founder, TechFlow Sdn Bhd", testimonial: "Zepheus made company setup incredibly smooth. Fast replies, clear guidance, and they handled everything efficiently. Highly recommended for startups!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"}, { - id: "2", - name: "Michael Chen", - role: "CEO, InnovateLab Malaysia", - testimonial: "Professional, knowledgeable, and responsive. They understood our accounting needs perfectly and set us up with Xero seamlessly. Best decision for our business.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", - imageAlt: "Michael Chen", - }, + id: "2", name: "Michael Chen", role: "CEO, InnovateLab Malaysia", testimonial: "Professional, knowledgeable, and responsive. They understood our accounting needs perfectly and set us up with Xero seamlessly. Best decision for our business.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"}, { - id: "3", - name: "Emily Rodriguez", - role: "Director, GrowthCo Startups", - testimonial: "The team's expertise is outstanding. They explained everything clearly, responded quickly, and made compliance manageable. Truly professional service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", - imageAlt: "Emily Rodriguez", - }, + id: "3", name: "Emily Rodriguez", role: "Director, GrowthCo Startups", testimonial: "The team's expertise is outstanding. They explained everything clearly, responded quickly, and made compliance manageable. Truly professional service.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez"}, { - id: "4", - name: "David Kim", - role: "Business Owner, RetailChain Asia", - testimonial: "Efficient, reliable, and trustworthy. Zepheus handles all our corporate matters with precision. Their digital approach saves us time and effort.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", role: "Business Owner, RetailChain Asia", testimonial: "Efficient, reliable, and trustworthy. Zepheus handles all our corporate matters with precision. Their digital approach saves us time and effort.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kim"}, { - id: "5", - name: "Lisa Wong", - role: "Founder, CloudSync Services", - testimonial: "The best corporate services firm I've worked with. Responsive, professional, and they genuinely care about their clients' success. Highly trustworthy.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", - imageAlt: "Lisa Wong", - }, + id: "5", name: "Lisa Wong", role: "Founder, CloudSync Services", testimonial: "The best corporate services firm I've worked with. Responsive, professional, and they genuinely care about their clients' success. Highly trustworthy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Wong"}, { - id: "6", - name: "James Park", - role: "Managing Director, FinanceHub Penang", - testimonial: "15 years of experience shows. They know their craft inside and out. Fast processing, excellent communication, and transparent pricing. Five stars!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", - imageAlt: "James Park", - }, + id: "6", name: "James Park", role: "Managing Director, FinanceHub Penang", testimonial: "15 years of experience shows. They know their craft inside and out. Fast processing, excellent communication, and transparent pricing. Five stars!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Park"}, ]} animationType="slide-up" carouselMode="buttons" -- 2.49.1 From 8e31e282d869c1b40cdd6d8f48ee992964f41648 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:27:15 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 62 ++++++++------------------------------- 1 file changed, 13 insertions(+), 49 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 78166af..4809645 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" /> @@ -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" /> @@ -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" /> -- 2.49.1