Update src/app/page.tsx

This commit is contained in:
2026-03-03 12:50:46 +00:00
parent f108ecaea4
commit 3e997add9e

View File

@@ -37,7 +37,6 @@ export default function LandingPage() {
]}
button={{ text: "Start Now", href: "contact" }}
brandName="Rize Financial"
brandLogo="/logo.png"
/>
</div>
@@ -257,8 +256,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoSrc="/logo.png"
logoAlt="Rize Financial Logo"
leftLink={{ text: "Privacy Policy", href: "#" }}
rightLink={{ text: "Terms of Service", href: "#" }}
/>