@@ -72,14 +72,20 @@ const AccordionTabsSection: React.FC = () => {
7272 const activeTabData = tabs . find ( ( t ) => t . id === activeTab ) || tabs [ 0 ]
7373
7474 return (
75- < section className = { `${ raleway . className } bg-gray-100 py-4 md:py-6` } >
75+ < section className = { `${ raleway . className } bg-gray-100 py-4 md:py-6 pt-2 ` } >
7676 < div className = "container mx-auto py-4 px-8 md:px-20 lg:px-32" >
7777 < h1
78- className = { `mb-2 text-[24px] text-[#333] font-normal tracking-normal ${ raleway . className } ` }
78+ className = { `mb-2 text-[20px] md:text-[ 24px] text-[#333] font-normal tracking-normal ${ raleway . className } hidden md:block ` }
7979 style = { { fontFamily : "'Raleway', sans-serif" } }
8080 >
8181 Enlist the Expertise of our Professional < strong > Software Engineers</ strong > for your Project!
8282 </ h1 >
83+ < h1
84+ className = { `mb-2 text-[20px] text-[#333] font-normal tracking-normal ${ raleway . className } md:hidden` }
85+ style = { { fontFamily : "'Raleway', sans-serif" } }
86+ >
87+ Hire Professional < strong > Software Engineers</ strong > for Your Project
88+ </ h1 >
8389 { /* separator-2 matching Laravel */ }
8490 < div
8591 className = "w-full h-px mb-2.5"
@@ -88,7 +94,7 @@ const AccordionTabsSection: React.FC = () => {
8894 'linear-gradient(to right, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.12) 35%, rgba(0,0,0,0.05) 70%, transparent 100%)' ,
8995 } }
9096 />
91- < p className = "text-[#777 ] text-lg mb-4" style = { { fontFamily : "'Raleway', sans-serif" } } >
97+ < p className = "text-[#999 ] text-lg mb-4" style = { { fontFamily : "'Raleway', sans-serif" } } >
9298 Opt for our services when seeking professional software solutions; let our{ ' ' }
9399 < Link href = "/portfolio" className = "text-[#777] underline hover:text-[#555]" >
94100 portfolio
@@ -125,7 +131,7 @@ const AccordionTabsSection: React.FC = () => {
125131 transition = { { duration : 0.3 , ease : 'easeInOut' } }
126132 className = "overflow-hidden"
127133 >
128- < div className = "py-4 text-[14px] text-[#777 ] font-light leading-relaxed" > { item . content } </ div >
134+ < div className = "py-4 text-[14px] text-[#999 ] font-light leading-relaxed" > { item . content } </ div >
129135 </ motion . div >
130136 </ div >
131137 )
0 commit comments