Update src/app/page.tsx

This commit is contained in:
2026-03-03 07:00:54 +00:00
parent 2c87c8b5a3
commit 5ca2e456b2

View File

@@ -37,7 +37,6 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" }
]}
brandName="Finhap"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQIz86btsn3y5pnSPScdox8HnN/uploaded-1772521082130-njxyr2d5.png"
bottomLeftText="Online Education Platform"
bottomRightText="hello@finhapacademy.com"
/>
@@ -210,7 +209,6 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Finhap Academy"
logoImage="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQIz86btsn3y5pnSPScdox8HnN/uploaded-1772521082130-njxyr2d5.png"
copyrightText="© 2025 Finhap Academy. All rights reserved."
columns={[
{ title: "Platform", items: [{ label: "Courses", href: "#courses" }, { label: "Pricing", href: "#pricing" }, { label: "About", href: "#about" }] },