From 21c26cca7919c841d8c37db2f6b59b8713f5df97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:44:37 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 +}