From 043d4aec54769e03ca362af00d8d6fe8b0ef5c17 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 07:38:59 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 116 +++++++++++++++++++---------------------- 1 file changed, 53 insertions(+), 63 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 93954f6..34e6c6b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -23,72 +23,62 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From 992eb65212dace869663e2fe7cb9535a975714cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 07:38:59 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e2ea67c..fc8c6ef 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'MIKE-SHINE Global Investment | Premium Roofing in Port Harcourt', - description: 'Professional roofing and structural finishing in Port Harcourt. Durable, elegant, and engineered to last.', + title: 'About Us | MIKE-SHINE', + description: 'Learn about our leadership and commitment to quality roofing solutions in Port Harcourt.', openGraph: { "title": "MIKE-SHINE Global Investment", "description": "Premium roofing solutions in Port Harcourt.", -- 2.49.1