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 ( - + -
- -
+
+ +
-
- -
+
+ +
- +
); 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",