Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2e3e895e30 | |||
| fefebb27c8 | |||
| d5d5386167 | |||
| bf83bc1aef | |||
| 8e13546109 | |||
| ac0b6a4e34 | |||
| 1325c8eab5 | |||
| f5edd71c4c |
@@ -208,15 +208,15 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBase
|
||||||
logoText="Finhap Academy"
|
|
||||||
copyrightText="© 2025 Finhap Academy. All rights reserved."
|
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Platform", items: [{ label: "Courses", href: "#courses" }, { label: "Pricing", href: "#pricing" }, { label: "About", href: "#about" }] },
|
{ 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: "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: "#" }] }
|
{ 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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user