5 Commits

Author SHA1 Message Date
40faabd2de Merge version_9 into main
Merge version_9 into main
2026-04-20 17:58:26 +00:00
fe8c5d3e26 Update src/app/about/page.tsx 2026-04-20 17:58:23 +00:00
2b8a76da1a Merge version_8 into main
Merge version_8 into main
2026-04-20 17:57:21 +00:00
33579b8838 Merge version_8 into main
Merge version_8 into main
2026-04-20 17:56:56 +00:00
ba543e48d9 Merge version_8 into main
Merge version_8 into main
2026-04-20 17:56:27 +00:00

View File

@@ -34,10 +34,10 @@ export default function AboutPage() {
<TextAbout
title="About Us"
useInvertedBackground={false}
className="text-lg"
className="text-5xl font-bold"
/>
<div className="container mx-auto px-6">
<p className="text-lg">Me and my friend Jordan are in middle school and this is NextGenBinCleaning we are in the Louisville, Ohio area</p>
<p className="text-3xl font-bold">Me and my friend Jordan are in middle school and this is NextGenBinCleaning we are in the Louisville, Ohio area</p>
</div>
</div>
</ReactLenis>