@@ -19,7 +19,7 @@ export default async function IndexPage() {
19
19
< >
20
20
< section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" >
21
21
< div className = "flex max-w-3xl flex-col gap-4" >
22
- < h1 className = "font-heading font-bold text-3xl sm :text-5xl md :text-6xl " >
22
+ < h1 className = "font-heading font-black text-4xl md :text-5xl lg :text-[5rem] " >
23
23
Hi, I'm Olabode 👋🏽
24
24
</ h1 >
25
25
< p className = "leading-normal text-muted-foreground sm:text-xl sm:leading-8" >
@@ -44,10 +44,10 @@ export default async function IndexPage() {
44
44
< section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" id = "about" >
45
45
< div className = "flex flex-col lg:flex-row gap-6" >
46
46
< div className = "lg:w-2/5 lg:flex-none" >
47
- < h2 className = "font-heading font-bold tracking-tight text-4xl sm :text-5xl md :text-[4.8rem ]" >
47
+ < h2 className = "font-heading font-black tracking-tight text-4xl md :text-5xl lg :text-[5rem ]" >
48
48
< Image
49
49
src = "/babblebey.png"
50
- className = "h-10 w-10 md:h-20 md:w-20 border-2 rounded-full inline-block mr-2 md:mr-4 -mt-1 md:-mt-6"
50
+ className = "h-10 w-10 md:h-14 md:w-14 lg:h- 20 lg:w-20 border-2 rounded-full inline-block mr-2 md:mr-4 -mt-1 md:-mt-3 lg :-mt-6"
51
51
alt = "Olabode"
52
52
width = { 100 }
53
53
height = { 100 }
@@ -79,7 +79,7 @@ export default async function IndexPage() {
79
79
80
80
< section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" id = "tools" >
81
81
< div className = "flex max-w-5xl flex-col gap-6" >
82
- < h2 className = "font-heading font-bold tracking-tight text-4xl sm :text-5xl md :text-[4.8rem ]" >
82
+ < h2 className = "font-heading font-black tracking-tight text-4xl md :text-5xl lg :text-[5rem ]" >
83
83
Tools & Libraries
84
84
</ h2 >
85
85
< p className = "leading-normal text-muted-foreground sm:text-xl sm:leading-8" >
@@ -100,13 +100,13 @@ export default async function IndexPage() {
100
100
101
101
< section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" id = "projects" >
102
102
< div className = "flex max-w-5xl flex-col gap-6" >
103
- < h2 className = "font-heading font-bold tracking-tight text-4xl sm :text-5xl md :text-[4.8rem ]" >
103
+ < h2 className = "font-heading font-black tracking-tight text-4xl md :text-5xl lg :text-[5rem ]" >
104
104
Projects
105
105
</ h2 >
106
106
< p className = "leading-normal text-muted-foreground sm:text-xl sm:leading-8" >
107
107
I like to engineer solutions that make a difference. Whether it's crafting problem-solving applications for businesses, creating tools that streamline my workflow or just hacking around with some ideas, innovation drives me. Here's a curated project collection, ranging from empowering business solutions to personal hacks that have either aided my learning or transformed my productivity:
108
108
</ p >
109
- < div className = "grid md:grid-cols-2 lg:grid-cols-3 gap-6 " >
109
+ < div className = "flex flex-wrap justify-between " >
110
110
{ projects . map ( ( p , i ) => (
111
111
< ProjectCard key = { i } { ...p } />
112
112
) ) }
0 commit comments