Update src/app/about/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user