type PartnerVoiceProps = { partnerVoiceContent?: string; partnerVoiceAuthorName?: string; partnerVoiceAuthorTitle?: string; partnerVoiceAuthorCompanySrc?: string; partnerVoiceAuthorCompanyAlt?: string; } export default function PartnerVoice( { partnerVoiceContent = "AUO didn’t just invest in AI—they invested in the future. By partnering with Taiwan AI Academy (AIA), AUO pioneered an AI revolution, deploying 2,000+ AI models, boosting productivity by 40%, and cutting energy consumption by 20%—all within five years. This is the power of strategic AI adoption. AIA isn’t just training talent; it’s shaping the future of industries. Partner with AIA, and lead the next wave of AI-driven success.", partnerVoiceAuthorName = "Shuang-Lang (Paul) Peng", partnerVoiceAuthorTitle = "Chairman and Group Chief Strategy Officer", partnerVoiceAuthorCompanySrc = "images/logo-company.png", partnerVoiceAuthorCompanyAlt = "", }: PartnerVoiceProps ) { return (
{partnerVoiceContent}

{partnerVoiceAuthorName}

{partnerVoiceAuthorTitle}

{partnerVoiceAuthorCompanyAlt}
) }