diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 34fef22..d342b6b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -29,7 +29,6 @@ export default function AboutPage() { { name: "About", id: "/about" }, { name: "Services", id: "/services" }, { name: "Contact", id: "/contact" }, - { name: "Blog", id: "/blog" }, ]} brandName="Sami & Co" bottomLeftText="Civil Lines, Faisalabad" @@ -88,7 +87,6 @@ export default function AboutPage() { { items: [ { label: "Contact", href: "/contact" }, - { label: "Blog", href: "/blog" }, ], }, { @@ -110,4 +108,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +}