Merge version_4 into main #11

Merged
bender merged 1 commits from version_4 into main 2026-03-11 15:29:54 +00:00

View File

@@ -37,6 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
brandName="Finhap"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQIz86btsn3y5pnSPScdox8HnN/uploaded-1773242947137-ymkfkhcq.png"
bottomLeftText="Online Education Platform"
bottomRightText="hello@finhapacademy.com"
/>
@@ -213,10 +214,11 @@ export default function LandingPage() {
{ title: "Resources", items: [{ label: "Help Center", href: "#faq" }, { label: "Contact Us", href: "mailto:hello@finhapacademy.com" }, { label: "Blog", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }] }
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQIz86btsn3y5pnSPScdox8HnN/uploaded-1773242947137-ymkfkhcq.png"
logoText="Finhap Academy"
copyrightText="© 2025 Finhap Academy. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}