Update src/app/about/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user