Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 06:52:20 +00:00
parent de1073fa75
commit e9a284bc42

View File

@@ -20,26 +20,23 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Services",
items: [
{ label: "Web Design", href: "/services" },
{ label: "CMS Solutions", href: "/services" },
{ label: "Custom Development", href: "/services" },
{ label: "SEO Optimization", href: "/services" },
title: "Services", items: [
{ label: "Web Design", href: "#services" },
{ label: "CMS Solutions", href: "#services" },
{ label: "Custom Development", href: "#services" },
{ label: "SEO Optimization", href: "#services" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Work", href: "/case-studies" },
{ label: "Blog", href: "/blog" },
{ label: "Contact", href: "/contact" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -54,7 +51,7 @@ export default function AboutPage() {
borderRadius="rounded"
contentWidth="compact"
sizing="medium"
background="noiseDiagonalGradient"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="glass"
@@ -80,7 +77,7 @@ export default function AboutPage() {
{ value: "10+", title: "Years of Excellence" },
{ value: "200+", title: "Satisfied Clients Worldwide" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQMcwBfNP2iP4BhMH9NnwRWQOz/analytics-and-performance-dashboard-with-1772520488608-dfc70192.png?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQMcwBfNP2iP4BhMH9NnwRWQOz/analytics-and-performance-dashboard-with-1772520488608-dfc70192.png"
imageAlt="Our agency team and results"
mediaAnimation="slide-up"
metricsAnimation="slide-up"