Update src/app/about/page.tsx
This commit is contained in:
@@ -33,8 +33,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Enroll Now",
|
||||
href: "/pricing"
|
||||
text: "Enroll Now", href: "/pricing"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -62,32 +61,16 @@ export default function AboutPage() {
|
||||
tagIcon={Users}
|
||||
members={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Lead Full-Stack Developer",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg",
|
||||
imageAlt: "Sarah Chen, Full-Stack Developer"
|
||||
id: "1", name: "Sarah Chen", role: "Lead Full-Stack Developer", imageSrc: "https://img.b2bpic.net/free-photo/close-up-young-business-person-doing-internship_23-2149305396.jpg", imageAlt: "Sarah Chen, Full-Stack Developer"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Johnson",
|
||||
role: "Machine Learning Engineer",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
|
||||
imageAlt: "Marcus Johnson, ML Engineer"
|
||||
id: "2", name: "Marcus Johnson", role: "Machine Learning Engineer", imageSrc: "https://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Marcus Johnson, ML Engineer"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "UI/UX Design Director",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg",
|
||||
imageAlt: "Emily Rodriguez, Design Director"
|
||||
id: "3", name: "Emily Rodriguez", role: "UI/UX Design Director", imageSrc: "https://img.b2bpic.net/free-photo/teacher-holding-english-class_23-2149402693.jpg", imageAlt: "Emily Rodriguez, Design Director"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Cybersecurity Specialist",
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg",
|
||||
imageAlt: "David Kim, Security Specialist"
|
||||
id: "4", name: "David Kim", role: "Cybersecurity Specialist", imageSrc: "https://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg", imageAlt: "David Kim, Security Specialist"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -103,27 +86,15 @@ export default function AboutPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "@jennw",
|
||||
testimonial: "Unlike other bootcamps, TechAcademy focuses on understanding, not just memorizing. The instructors actually care about your long-term success.",
|
||||
rating: 5,
|
||||
id: "1", name: "Jennifer Walsh", handle: "@jennw", testimonial: "Unlike other bootcamps, TechAcademy focuses on understanding, not just memorizing. The instructors actually care about your long-term success.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-vector/blue-circle-with-white-user_78370-4707.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Martinez",
|
||||
handle: "@carlosm",
|
||||
testimonial: "The personalized attention and small class sizes made all the difference. I felt supported throughout my entire learning journey.",
|
||||
rating: 5,
|
||||
id: "2", name: "Carlos Martinez", handle: "@carlosm", testimonial: "The personalized attention and small class sizes made all the difference. I felt supported throughout my entire learning journey.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186122.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya Patel",
|
||||
handle: "@priyap",
|
||||
testimonial: "Real industry projects and mentorship from actual tech professionals. This isn't just education, it's career transformation.",
|
||||
rating: 5,
|
||||
id: "3", name: "Priya Patel", handle: "@priyap", testimonial: "Real industry projects and mentorship from actual tech professionals. This isn't just education, it's career transformation.", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user