diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6d6fd3e..351ae19 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,43 +6,26 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -51,51 +34,13 @@ export default function LandingPage() { useInvertedBackground={false} title="About Lumevo" description={[ - "Lumevo is a Huntsville-based AI-powered agency born from a passion for speed and premium design.", - "We believe local business owners deserve professional digital representation without the corporate bloat.", - "With our 24-hour delivery promise and AI-accelerated workflows, we transform your vision into growth tools overnight.", - ]} + "Lumevo is a Huntsville-based AI-powered agency born from a passion for speed and premium design.", "We believe local business owners deserve professional digital representation without the corporate bloat.", "With our 24-hour delivery promise and AI-accelerated workflows, we transform your vision into growth tools overnight."]} />