@@ -21,7 +21,7 @@ function Logo({ title, component: Component }) {
2121export default function Brand ( ) {
2222 return (
2323 < div className = "px-4 pt-10 pb-16 sm:px-6 md:px-8" >
24- < h1 className = "mb-4 text-4xl font-extrabold text-gray-900" > Brand</ h1 >
24+ < h1 className = "mb-4 text-5xl font-extrabold text-gray-900" > Brand</ h1 >
2525 < div className = "mb-4 max-w-2xl" >
2626 < div className = "mb-5 space-y-5 text-lg" >
2727 < p > Javaistic brand assets and usage guidelines.</ p > { ' ' }
@@ -31,7 +31,7 @@ export default function Brand() {
3131 < div className = "my-8 grid gap-8 sm:my-12 md:grid-cols-2 md:gap-6 xl:gap-8" >
3232 < section >
3333 < h2 className = "mb-4 text-xl font-bold text-gray-900" >
34- Main Logo< span className = "sr-only" > : Javaistic Main Logo</ span >
34+ Main Logo< span className = "sr-only" > Javaistic Main Logo</ span >
3535 </ h2 >
3636 < div className = "mb-6 flex h-40 items-center justify-center rounded-xl bg-gray-200 p-6 dark:bg-gray-50 sm:h-56 xl:h-64" >
3737 < Logo title = "Headless UI" component = { JavaisticLogo } />
@@ -52,7 +52,7 @@ export default function Brand() {
5252 </ section >
5353 < section >
5454 < h2 className = "mb-4 text-xl font-bold text-gray-900" >
55- Alternate Logo< span className = "sr-only" > : Javaistic Alternate Logo</ span >
55+ Alternate Logo< span className = "sr-only" > Javaistic Alternate Logo</ span >
5656 </ h2 >
5757 < div className = "mb-6 flex h-40 items-center justify-center rounded-xl bg-gray-900 p-6 dark:bg-gray-800 sm:h-56 xl:h-64" >
5858 < Logo title = "Headless UI" component = { JavaisticAltLogo } />
0 commit comments