Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf83bc1aef | |||
| ac0b6a4e34 | |||
| 1325c8eab5 | |||
| f5edd71c4c |
@@ -208,13 +208,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="Finhap Academy"
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user