Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-26 04:30:19 +00:00

View File

@@ -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" }}
/>
</div>
@@ -60,7 +60,7 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{ type: "text", content: "About Hanna Business" },
{ type: "text", content: "About hannabyranii" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/successful-business-team-working-together_107420-96794.jpg", alt: "Collaborative team workspace" },
]}
/>
@@ -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."
/>
</div>
@@ -147,11 +147,11 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Hanna Business"
copyrightText="© 2025 Hanna Business. Excellence in consulting."
logoText="hannabyranii"
copyrightText="© 2025 hannabyranii. Excellence in consulting."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}