From 19f2dcad41af28ae5674645cb1e8011b07dad71f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 19:04:34 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 81 +++++++----------------------------------- 1 file changed, 13 insertions(+), 68 deletions(-) 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."]} />