diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ae1003d..aa1ab29 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,13 +8,13 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "/", href: "/" }, - { name: "About", id: "/about", href: "/about" }, - { name: "Services", id: "/services", href: "/services" }, - { name: "Portfolio", id: "/portfolio", href: "/portfolio" }, - { name: "Pricing", id: "/pricing", href: "/pricing" }, - { name: "FAQs", id: "/faqs", href: "/faqs" }, - { name: "Contact", id: "/contact", href: "/contact" }, + { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, + { name: "Portfolio", id: "/portfolio" }, + { name: "Pricing", id: "/pricing" }, + { name: "FAQs", id: "/faqs" }, + { name: "Contact", id: "/contact" }, ]; const footerNavItems = [