diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f8dd3da..b9d75d5 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -19,17 +19,15 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
- { label: "Our Services", href: "/" },
- { label: "Portfolio", href: "/" },
+ { label: "Our Services", href: "/services" },
+ { label: "Portfolio", href: "/portfolio" },
{ label: "Careers", href: "#" },
],
},
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Web Design", href: "#" },
{ label: "Web Development", href: "#" },
{ label: "SEO Optimization", href: "#" },
@@ -37,17 +35,15 @@ export default function AboutPage() {
],
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Blog", href: "#" },
{ label: "Case Studies", href: "#" },
{ label: "Design Tips", href: "#" },
- { label: "Contact", href: "/" },
+ { label: "Contact", href: "/contact" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Cookie Policy", href: "#" },
@@ -72,7 +68,7 @@ export default function AboutPage() {