diff --git a/src/app/page.tsx b/src/app/page.tsx index f929d70..fcb3919 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} brandName="Finhap" + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQIz86btsn3y5pnSPScdox8HnN/uploaded-1773242947137-ymkfkhcq.png" bottomLeftText="Online Education Platform" bottomRightText="hello@finhapacademy.com" /> @@ -213,10 +214,11 @@ export default function LandingPage() { { 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: "#" }] } ]} + logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQIz86btsn3y5pnSPScdox8HnN/uploaded-1773242947137-ymkfkhcq.png" logoText="Finhap Academy" copyrightText="© 2025 Finhap Academy. All rights reserved." /> ); -} +} \ No newline at end of file