File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ function Header() {
1919 < div className = "w-full xl:container flex justify-center text-white dark:text-gray-800" >
2020 < div className = "w-full max-w-4xl text-center flex flex-col items-center px-4" >
2121 < h1 className = "hero__title font-bold text-2xl sm:text-3xl md:text-4xl lg:text-5xl xl:text-6xl 2xl:text-7xl mb-6 sm:mb-8 lg:mb-12 leading-tight sm:leading-tight md:leading-tight lg:leading-tight xl:leading-tight 2xl:leading-tight" >
22- < span className = "inline-block text-white dark:text-black " >
22+ < span className = "inline-block text-white dark:text-gray-800 " >
2323 Schema-First Full‑Stack Toolkit
2424 </ span >
2525 < br className = "hidden sm:block" />
2626 < span className = "sm:hidden" > </ span >
27- < span className = "inline-block mt-2 sm:mt-0 text-black dark:text-white font-extrabold" >
27+ < span className = "inline-block mt-2 sm:mt-0 text-gray-800 dark:text-white font-extrabold" >
2828 with Clean & Scalable Authorization
2929 </ span >
3030 </ h1 >
You can’t perform that action at this time.
0 commit comments