@@ -19,7 +19,7 @@ export default async function IndexPage() {
1919 < >
2020 < section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" >
2121 < 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] " >
2323 Hi, I'm Olabode 👋🏽
2424 </ h1 >
2525 < p className = "leading-normal text-muted-foreground sm:text-xl sm:leading-8" >
@@ -44,10 +44,10 @@ export default async function IndexPage() {
4444 < section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" id = "about" >
4545 < div className = "flex flex-col lg:flex-row gap-6" >
4646 < 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 ]" >
4848 < Image
4949 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"
5151 alt = "Olabode"
5252 width = { 100 }
5353 height = { 100 }
@@ -79,7 +79,7 @@ export default async function IndexPage() {
7979
8080 < section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" id = "tools" >
8181 < 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 ]" >
8383 Tools & Libraries
8484 </ h2 >
8585 < p className = "leading-normal text-muted-foreground sm:text-xl sm:leading-8" >
@@ -100,13 +100,13 @@ export default async function IndexPage() {
100100
101101 < section className = "space-y-6 pb-8 pt-6 md:pb-12 md:pt-10 lg:py-32" id = "projects" >
102102 < 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 ]" >
104104 Projects
105105 </ h2 >
106106 < p className = "leading-normal text-muted-foreground sm:text-xl sm:leading-8" >
107107 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:
108108 </ p >
109- < div className = "grid md:grid-cols-2 lg:grid-cols-3 gap-6 " >
109+ < div className = "flex flex-wrap justify-between " >
110110 { projects . map ( ( p , i ) => (
111111 < ProjectCard key = { i } { ...p } />
112112 ) ) }
0 commit comments