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