From ee2d502d7b3b44dca60ad65be67b9e932c9eb03b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:50:58 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 186 +++++++++++++++-------------------------- 1 file changed, 67 insertions(+), 119 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 13afb36..b988db0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,8 +6,9 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; +import Link from "next/link"; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1 From bdb5cb8dbce147c8abdc83a1b50e476141f2a342 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:50:58 +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 cd80bd2..999ee6a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { DM_Serif_Display, DM_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'SparkleClean | Halifax Residential & Commercial Cleaning', - description: 'Professional residential and commercial cleaning in Halifax. Reliable, fully insured, and thorough.', + title: 'About SparkleClean', + description: 'Learn about our mission and the team dedicated to providing high-quality residential and commercial cleaning services in Halifax.', openGraph: { "title": "SparkleClean | Cleaning Pros", "siteName": "SparkleClean", -- 2.49.1