File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,17 @@ const OpenSourceImage = () => {
54
54
export function Features ( ) {
55
55
return (
56
56
< section className = "font-sans" >
57
- < div className = "container mx-auto py-24 sm:px-10 md:flex-row" >
57
+ < div className = "px-10 sm:px-10 md:px-12" >
58
+ < h1 className = "mt-5 mb-4 text-center text-5xl font-extrabold text-gray-900 sm:text-7xl" >
59
+ Why Javaistic?
60
+ </ h1 >
61
+ < div className = "mb-2 items-center justify-center space-y-5 text-center" >
62
+ < p className = "mx-auto text-lg font-medium dark:text-gray-400 sm:w-1/2" >
63
+ Our docs are designed to make learning Java easy and fun.
64
+ </ p >
65
+ </ div >
66
+ </ div >
67
+ < div className = "container mx-auto py-14 sm:px-10 md:flex-row" >
58
68
< div className = "mx-auto mb-10 flex flex-col items-center py-10 sm:flex-row" >
59
69
< div className = "mb-10 w-5/6 md:mb-0 md:w-1/2 lg:w-full lg:max-w-lg" >
60
70
< DocsImage />
You can’t perform that action at this time.
0 commit comments