Update src/app/about/page.tsx
This commit is contained in:
@@ -85,7 +85,7 @@ export default function AboutPage() {
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/an-abstract-minimalist-image-representin-1774534644939-ded08ec2.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/an-abstract-minimalist-image-representin-1774534644939-ded08ec2.png"
|
||||
imageAlt="An abstract, minimalist image representing the core vision of an AI platform: seamless integration, "
|
||||
/>
|
||||
</div>
|
||||
@@ -100,7 +100,7 @@ export default function AboutPage() {
|
||||
{ id: "3", value: "100+", title: "Integrations", description: "Seamlessly connect with your existing tools and workflows.", icon: LinkIcon },
|
||||
{ id: "4", value: "20K+", title: "Active Developers", description: "A thriving community leveraging our powerful AI APIs.", icon: Users }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -112,11 +112,11 @@ export default function AboutPage() {
|
||||
title="What Our Users Say"
|
||||
description="Hear directly from leaders and innovators who are transforming their work with SynapseAI. Their success stories speak volumes about our platform's impact."
|
||||
testimonials={[
|
||||
{ id: "1", name: "Dr. Anya Sharma", role: "CEO", company: "Quantum Innovations", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-woman-1774534644150-90a2961b.png?_wi=1", imageAlt: "Professional headshot of a diverse woman, mid-30s, smiling confidently. Corporate attire, soft studi" },
|
||||
{ id: "2", name: "Mr. Ben Carter", role: "CTO", company: "DataStream Solutions", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-man-e-1774534643432-a2ea1837.png?_wi=1", imageAlt: "Professional headshot of a diverse man, early 40s, thoughtful expression. Business casual, warm ligh" },
|
||||
{ id: "3", name: "Ms. Chloe Davis", role: "Marketing Director", company: "GrowthSpark Agency", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-woman-1774534645658-6834d040.png?_wi=1", imageAlt: "Professional headshot of a diverse woman, late 20s, energetic and approachable. Modern tech office b" },
|
||||
{ id: "1", name: "Dr. Anya Sharma", role: "CEO", company: "Quantum Innovations", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-woman-1774534644150-90a2961b.png", imageAlt: "Professional headshot of a diverse woman, mid-30s, smiling confidently. Corporate attire, soft studi" },
|
||||
{ id: "2", name: "Mr. Ben Carter", role: "CTO", company: "DataStream Solutions", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-man-e-1774534643432-a2ea1837.png", imageAlt: "Professional headshot of a diverse man, early 40s, thoughtful expression. Business casual, warm ligh" },
|
||||
{ id: "3", name: "Ms. Chloe Davis", role: "Marketing Director", company: "GrowthSpark Agency", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-woman-1774534645658-6834d040.png", imageAlt: "Professional headshot of a diverse woman, late 20s, energetic and approachable. Modern tech office b" },
|
||||
{ id: "4", name: "Mr. Ethan Hayes", role: "Product Lead", company: "Apex Dynamics", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-man-m-1774534644902-5d6be55a.png", imageAlt: "Professional headshot of a diverse man, mid-30s, analytical and focused. Clean, minimalist backgroun" },
|
||||
{ id: "5", name: "Dr. Sarah Miller", role: "Head of Research", company: "Cognitive Labs", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-woman-1774534644150-90a2961b.png?_wi=2", imageAlt: "Professional headshot of a diverse woman, mid-30s, smiling confidently. Corporate attire, soft studi" }
|
||||
{ id: "5", name: "Dr. Sarah Miller", role: "Head of Research", company: "Cognitive Labs", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUBiJSQVbXQJ7lbVwNcBCKICVD/professional-headshot-of-a-diverse-woman-1774534644150-90a2961b.png", imageAlt: "Professional headshot of a diverse woman, mid-30s, smiling confidently. Corporate attire, soft studi" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user