@@ -16,37 +16,34 @@ const AccordionTabsSection: React.FC = () => {
1616 title : 'Software Engineering Solutions' ,
1717 content : (
1818 < div >
19- Navigating a wide array of domains, our team excels in mastering APIs, Database
20- Architecture & Design , Frontend ( UI / UX ) development , and the intricacies of Development
21- Operations ( CI / CD ) , Operational Security ( OpSec ) , and Blockchain Development ( DApps , Smart
22- Contracts , etc . ) . With precision and expertise at the forefront of our approach , we are
23- poised to address your multifaceted requirements comprehensively .
19+ Navigating a wide array of domains, our team excels in mastering APIs, Database Architecture & Design ,
20+ Frontend ( UI / UX ) development , and the intricacies of Development Operations ( CI / CD ) , Operational Security
21+ ( OpSec ) , and Blockchain Development ( DApps , Smart Contracts , etc . ) . With precision and expertise at the
22+ forefront of our approach , we are poised to address your multifaceted requirements comprehensively .
2423 < / d i v >
2524 ) ,
2625 } ,
2726 {
2827 title : 'Database Architecture & Design' ,
2928 content : (
3029 < div >
31- In the realm of Database Design & Architecture , our expertise spans across diverse
32- platforms . We specialize in crafting scalable architectures tailored to meet the demands
33- of modern data environments . Our adept team navigates the intricacies of relational
34- databases like Postgres and MySQL , ensuring data integrity and efficiency . Simultaneously ,
35- we harness the flexibility of NoSQL databases like MongoDB to accommodate dynamic ,
36- unstructured data . Emphasizing scalability , our approach caters to the evolving needs of
37- your data landscape , addressing the challenges posed by big data scenarios .
30+ In the realm of Database Design & Architecture , our expertise spans across diverse platforms . We specialize in
31+ crafting scalable architectures tailored to meet the demands of modern data environments . Our adept team
32+ navigates the intricacies of relational databases like Postgres and MySQL , ensuring data integrity and
33+ efficiency . Simultaneously , we harness the flexibility of NoSQL databases like MongoDB to accommodate dynamic ,
34+ unstructured data . Emphasizing scalability , our approach caters to the evolving needs of your data landscape ,
35+ addressing the challenges posed by big data scenarios .
3836 < / d i v >
3937 ) ,
4038 } ,
4139 {
4240 title : 'Web3 & Blockchain Development' ,
4341 content : (
4442 < div >
45- As Blockchain Experts, we possess extensive lower-level knowledge of Blockchain
46- Engineering. Our proficiency extends to launching DApps utilizing the Ethereum Virtual
47- Machine (EVM), where we have successfully coded and deployed Smart Contracts using
48- Solidity. Furthermore, we boast hands-on experience in real-time processing of Blockchain
49- data, encompassing storage, analysis, and curation of substantial datasets.
43+ As Blockchain Experts, we possess extensive lower-level knowledge of Blockchain Engineering. Our proficiency
44+ extends to launching DApps utilizing the Ethereum Virtual Machine (EVM), where we have successfully coded and
45+ deployed Smart Contracts using Solidity. Furthermore, we boast hands-on experience in real-time processing of
46+ Blockchain data, encompassing storage, analysis, and curation of substantial datasets.
5047 </ div >
5148 ) ,
5249 } ,
@@ -63,11 +60,8 @@ const AccordionTabsSection: React.FC = () => {
6360 return (
6461 < section className = { `${ raleway . className } bg-gray-100 py-4 md:py-6` } >
6562 < div className = "container mx-auto py-4 px-8 md:px-20 lg:px-32" >
66- < h1
67- className = { `mb-2 text-2xl text-[#333333] font-normal tracking-normal ${ raleway . className } ` }
68- >
69- Enlist the Expertise of our Professional < strong > Software Engineers</ strong > for your
70- Project!
63+ < h1 className = { `mb-2 text-2xl text-[#333333] font-normal tracking-normal ${ raleway . className } ` } >
64+ Enlist the Expertise of our Professional < strong > Software Engineers</ strong > for your Project!
7165 </ h1 >
7266 < div className = "separator-2 mb-2" />
7367 < p className = { `text-gray-400 text-lg mb-4` } >
@@ -92,9 +86,7 @@ const AccordionTabsSection: React.FC = () => {
9286 className = "flex justify-between items-center px-4 py-2 cursor-pointer select-none"
9387 onClick = { ( ) => toggleItem ( index ) }
9488 >
95- < span
96- className = { `w-full text-lg font-light ${ isOpen ? 'text-cbBlue-6' : 'text-grey-darkest' } ` }
97- >
89+ < span className = { `w-full text-lg font-light ${ isOpen ? 'text-cbBlue-6' : 'text-grey-darkest' } ` } >
9890 { item . title }
9991 < div className = "separator-2 w-full my-2 opacity-50" />
10092 </ span >
@@ -115,11 +107,7 @@ const AccordionTabsSection: React.FC = () => {
115107 width = "24"
116108 xmlns = "http://www.w3.org/2000/svg"
117109 >
118- { isOpen ? (
119- < polyline points = "18 15 12 9 6 15" />
120- ) : (
121- < polyline points = "6 9 12 15 18 9" />
122- ) }
110+ { isOpen ? < polyline points = "18 15 12 9 6 15" /> : < polyline points = "6 9 12 15 18 9" /> }
123111 </ svg >
124112 </ div >
125113 </ div >
@@ -152,16 +140,14 @@ const AccordionTabsSection: React.FC = () => {
152140 < div >
153141 < h3 className = "text-[24px] font-normal" > Exceptional Flexibility</ h3 >
154142 < p className = "text-base text-[#999999] mb-[15px]" >
155- CodeBuilder offers highly adaptable services and pricing models designed to suit
156- your needs and budget effectively. We operate on an hourly billing system,
157- ensuring transparency and accuracy in reflecting the time invested in your
158- project.
143+ CodeBuilder offers highly adaptable services and pricing models designed to suit your needs and budget
144+ effectively. We operate on an hourly billing system, ensuring transparency and accuracy in reflecting
145+ the time invested in your project.
159146 </ p >
160147 < p className = "text-base text-[#999999]" >
161- Our rates are tailored to the specific nature of the work, providing a fair and
162- customized approach. Before initiating any project, we provide a detailed hourly
163- time/cost estimate and agreement, ensuring clarity and alignment with your
164- expectations.
148+ Our rates are tailored to the specific nature of the work, providing a fair and customized approach.
149+ Before initiating any project, we provide a detailed hourly time/cost estimate and agreement, ensuring
150+ clarity and alignment with your expectations.
165151 </ p >
166152
167153 < CustomButton text = "Read More" link = "/services" icon = { faChevronRight } size = "md" />
0 commit comments