Merge version_3 into main #10

Merged
bender merged 1 commits from version_3 into main 2026-03-03 07:09:23 +00:00

View File

@@ -37,7 +37,6 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
brandName="Finhap"
brandLogo="asset://logo"
bottomLeftText="Online Education Platform"
bottomRightText="hello@finhapacademy.com"
/>
@@ -209,14 +208,13 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Finhap Academy"
logoImage="asset://logo"
copyrightText="© 2025 Finhap Academy. All rights reserved."
columns={[
{ title: "Platform", items: [{ label: "Courses", href: "#courses" }, { label: "Pricing", href: "#pricing" }, { label: "About", href: "#about" }] },
{ 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: "#" }] }
]}
logoText="Finhap Academy"
copyrightText="© 2025 Finhap Academy. All rights reserved."
/>
</div>
</ThemeProvider>