Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 16:44:37 +00:00
parent fbebeee7e0
commit 21c26cca79

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}