From 35c3a324d5d14b55bbeec2e37c787cd726961736 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:56:53 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3e41cfb..cf569e1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,8 +1,8 @@ "use client"; import ReactLenis from "lenis/react"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import TextAbout from "@/components/sections/about/TextAbout"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; export default function AboutPage() { @@ -20,25 +20,24 @@ export default function AboutPage() { headingFontWeight="medium" > - -
- +
+
+ +

Me and my friend Jordan are in middle school and this is NextGenBinCleaning we are in the Louisville, Ohio area

+
+
); -- 2.49.1 From 243531bc97203cbdf1f5a15766e20d65f5e9feb9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 17:56:53 +0000 Subject: [PATCH 2/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 88bda4e..60ea897 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,7 @@ const inter = Inter({ subsets: ["latin"], }); -export const metadata: Metadata = { title: 'NextGenBinCleaning | Professional Bin Cleaning in Louisville, OH', description: 'NextGenBinCleaning provides affordable, professional trash can cleaning services for the Louisville, Ohio community.' }; +export const metadata: Metadata = { title: 'About Us | NextGenBinCleaning', description: 'Learn more about NextGenBinCleaning, a middle school run bin cleaning service in Louisville, Ohio.' }; export default function RootLayout({ children, -- 2.49.1