File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -26,19 +26,19 @@ export default function Contact() {
2626 </ motion . div >
2727 </ Link >
2828 < section className = "my-16 container mx-auto px-6 min-h-[60vh] flex flex-col items-center relative z-10" >
29- < h1 className = "text-4xl font-bold mb-4 text-amber-400" > Contact </ h1 >
30- < div className = "flex flex-col md:flex-row w-full max-w-3xl items-center md:items-start mb-12" >
29+ < h1 style = { { fontFamily : 'Nasalization, sans-serif' } } className = "text-4xl font-bold mb-20 mt-8 text-amber-400" > Hit Me Up </ h1 >
30+ < div className = "flex flex-col md:flex-row w-full max-w-3xl items-center md:items-center justify-center mb-12" >
3131 { /* Profile and Socials */ }
32- < div className = "flex flex-col items-center md:items-start md: w-1/2 mb-8 md:mb-0" >
32+ < div className = "flex flex-col items-center md:w-1/2 mb-8 md:mb-0" >
3333 < motion . div
34- className = "w-40 h-40 rounded-full overflow-hidden mb-4"
35- initial = { { opacity : 0 , scale : 0.8 } }
34+ className = "w-40 h-40 rounded-full overflow-hidden mb-4 flex justify-center items-center "
35+ initial = { { opacity : 0 , scale : 0.7 } }
3636 animate = { { opacity : 1 , scale : 1 } }
37- transition = { { duration : 2.5 } }
37+ transition = { { duration : 3 } }
3838 >
3939 < Image src = "https://iili.io/3tPQ3S1.md.jpg" alt = "Profile" className = "w-full h-full object-cover" width = { 160 } height = { 160 } />
4040 </ motion . div >
41- < div className = "flex space-x-4" >
41+ < div className = "flex space-x-4 justify-center " >
4242 < motion . a
4343 href = "https://github.com/pratiksardar"
4444 target = "_blank"
You can’t perform that action at this time.
0 commit comments