Update src/app/about/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function AboutPage() {
|
||||
{ name: "Testimonials", id: "/testimonials" }
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/contact"
|
||||
text: "Get Started", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,9 +47,10 @@ export default function AboutPage() {
|
||||
{ value: "150+", title: "Projects Delivered Successfully" },
|
||||
{ value: "98%", title: "Client Satisfaction Rate" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-creative-team-working-in-a--1772612067184-c68d43a2.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-creative-team-working-in-a--1772612067184-c68d43a2.png"
|
||||
imageAlt="Prof Digital team working on digital projects"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
@@ -68,35 +68,19 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "CEO",
|
||||
company: "TechVenture Inc",
|
||||
rating: 5,
|
||||
id: "1", name: "Sarah Chen", role: "CEO", company: "TechVenture Inc", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-an-asi-1772612065385-aca3483a.png"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Roberts",
|
||||
role: "Product Manager",
|
||||
company: "InnovateLabs",
|
||||
rating: 5,
|
||||
id: "2", name: "Michael Roberts", role: "Product Manager", company: "InnovateLabs", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-a-male-1772612067213-d6654b0f.png"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Martinez",
|
||||
role: "Founder",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
id: "3", name: "Jennifer Martinez", role: "Founder", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-a-lati-1772612066812-bfaa2675.png"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Marketing Director",
|
||||
company: "Digital Solutions Ltd",
|
||||
rating: 5,
|
||||
id: "4", name: "David Kim", role: "Marketing Director", company: "Digital Solutions Ltd", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATJutgal4U6WrxmE0GeTKs4ovq/professional-headshot-portrait-of-an-asi-1772612065129-cece3eae.png"
|
||||
}
|
||||
]}
|
||||
@@ -115,8 +99,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Prof Digital. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Web Design", href: "/services" },
|
||||
{ label: "Development", href: "/services" },
|
||||
{ label: "Mobile Apps", href: "/services" },
|
||||
@@ -124,8 +107,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
{ label: "Testimonials", href: "/testimonials" },
|
||||
@@ -133,8 +115,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
|
||||
Reference in New Issue
Block a user