Update src/app/about/page.tsx

This commit is contained in:
2026-03-16 02:31:59 +00:00
parent ae6146aca8
commit cc47d64470

View File

@@ -18,7 +18,7 @@ export default function AboutPage() {
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
{ name: "Why Us", id: "why-us" },
{ name: "Pricing", id: "pricing" },
{ name: "Pricing", id: "/pricing" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" },
];
@@ -29,7 +29,7 @@ export default function AboutPage() {
{ label: "Website Design", href: "/services" },
{ label: "SEO Optimization", href: "/services" },
{ label: "Digital Advertising", href: "/services" },
{ label: "Pricing", href: "#pricing" },
{ label: "Pricing", href: "/pricing" },
],
},
{