From ba311960e6cd086396aedb708c93a70cb31fda36 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:30:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66bd53d..a21f9f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Features", id: "features" }, { name: "Contact", id: "contact" }, ]} - brandName="Hanna Business" + brandName="hannabyranii" button={{ text: "Get Started", href: "#contact" }} /> @@ -60,7 +60,7 @@ export default function LandingPage() { @@ -111,7 +111,7 @@ export default function LandingPage() { { value: "98%", label: "Satisfaction" }, ]} title="Partner Testimonials" - description="Discover why organizations trust Hanna Business to drive their success." + description="Discover why organizations trust hannabyranii to drive their success." /> @@ -147,11 +147,11 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1