Edit frontend/src/pages/index.tsx via Editor

This commit is contained in:
Flatlogic Bot 2026-01-12 14:53:09 +00:00
parent cc094b4590
commit 7a6df2db43

View File

@ -42,7 +42,7 @@ const LandingPage = () => {
{/* Header */}
<header className="absolute top-0 left-0 right-0 z-10 flex items-center justify-between p-6 bg-transparent">
<h1 className="text-2xl font-bold text-white">CourseFlow</h1>
<h1 className="text-2xl font-bold text-white">!!!CourseFlow!!!</h1>
<BaseButtons>
<BaseButton href="/login" label="Login" color="info" className="text-white border-white" />
<BaseButton href="/register" label="Register" color="info" outline className="text-white border-white" />