Merge version_3 into main #9

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

View File

@@ -37,6 +37,7 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
brandName="Finhap"
brandLogo="asset://logo"
bottomLeftText="Online Education Platform"
bottomRightText="hello@finhapacademy.com"
/>
@@ -209,6 +210,7 @@ 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" }] },