@@ -28,13 +28,13 @@ function PastProject({company, companyWebsite, images, videos, projects}: PastPr
2828 { projects . map ( ( project , index ) => < li key = { index } > { project } </ li > ) }
2929 </ ul >
3030 { ( images || videos ) &&
31- < div className = "grid grid-cols-1 md:grid-cols-2 gap-2 p-4" >
31+ < div className = "grid grid-cols-1 md:grid-cols-2 p-4 justify-center " >
3232 { images && images . map ( ( image , index ) =>
3333 < Image
3434 key = { index }
3535 src = { image }
3636 alt = { `${ company } showcase ${ index + 1 } ` }
37- className = "w-[600px ]"
37+ className = "w-[500px ]"
3838 />
3939 ) }
4040 { videos && videos . map ( ( video , index ) =>
@@ -45,7 +45,7 @@ function PastProject({company, companyWebsite, images, videos, projects}: PastPr
4545 muted
4646 playsInline
4747 loop
48- className = "aspect-video w-[600px ]"
48+ className = "aspect-video w-[500px ]"
4949 />
5050 ) }
5151 </ div >
@@ -58,7 +58,7 @@ export default function Page() {
5858 return (
5959 < main className = "container mx-auto flex flex-col items-center" >
6060 < div >
61- < Chapter title = "Experience and Offer" className = "w-full" >
61+ < Chapter title = "Experience and Offer" >
6262 < Paragraph >
6363 We have worked on several long-term projects for companies such as Build A World Aps., Imverse
6464 S.A., Ditt B.V., and Applications In CADD. We have also done Graphics Performance Appraisals and
@@ -74,7 +74,7 @@ export default function Page() {
7474 .Net7 and WASM, Emscripten, Typescript for build systems, CI/CD and language bindings.
7575 </ Paragraph >
7676 </ Chapter >
77- < Chapter title = "Past Projects" className = "w-full" >
77+ < Chapter title = "Past Projects" >
7878 < div className = "flex flex-col gap-8" >
7979 < PastProject
8080 company = "Ditt"
@@ -140,7 +140,7 @@ export default function Page() {
140140 />
141141 </ div >
142142 </ Chapter >
143- < Chapter title = "Conclusion" className = "w-full" >
143+ < Chapter title = "Conclusion" >
144144 < Paragraph >
145145 We provide an unbeatable offering with consultants dedicated to your project while also benefitting
146146 from heavy 50%+ discounts on co-development and maintenance of Vulkan Utilities used in
0 commit comments