diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index f16ccae..53ea2e1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -16,7 +16,7 @@ export default function AboutPage() { { name: "Work", id: "/work" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, - { name: "Contact", id: "/contact" }, + { name: "Contact", id: "/contact" } ]; const footerColumns = [ @@ -25,25 +25,25 @@ export default function AboutPage() { { label: "About", href: "#about" }, { label: "Services", href: "/services" }, { label: "Work", href: "/work" }, - { label: "Contact", href: "/contact" }, - ], + { label: "Contact", href: "/contact" } + ] }, { title: "Services", items: [ { label: "Web Development", href: "#" }, { label: "SEO", href: "#" }, { label: "Branding", href: "#" }, - { label: "UI/UX Design", href: "#" }, - ], + { label: "UI/UX Design", href: "#" } + ] }, { title: "Connect", items: [ { label: "Twitter", href: "#" }, { label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }, - { label: "Dribbble", href: "#" }, - ], - }, + { label: "Dribbble", href: "#" } + ] + } ]; return ( @@ -72,8 +72,7 @@ export default function AboutPage() { { icon: Award, label: "Awards Won", value: "15+" }, { icon: Users, label: "Happy Clients", value: "250+" }, { icon: TrendingUp, label: "Projects Completed", value: "300+" }, - { icon: Globe, label: "Global Reach", value: "20+" - }, + { icon: Globe, label: "Global Reach", value: "20+" } ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -87,20 +86,20 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" members={[ { - id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions." + id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller" }, { - id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences." + id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes" }, { - id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions." + id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza" }, { - id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team." + id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen" }, { - id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings." - }, + id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee" + } ]} /> @@ -123,7 +122,7 @@ export default function AboutPage() { { id: "3", name: "Sarah Chen", handle: "Marketing Director, GlobalCorp", testimonial: "Outstanding results and exceptional service. Webild is our go-to partner for all digital projects. Highly recommend them!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen" - }, + } ]} />