@@ -56,9 +56,9 @@ export default function About() {
5656 } }
5757 >
5858 { /* Hero Section */ }
59- < Box bg = 'gray.50' _dark = { { bg : 'gray.900' } } py = { 16 } >
59+ < Box bg = 'gray.50' _dark = { { bg : 'gray.900' } } py = { 8 } >
6060 < Container maxW = '5xl' >
61- < VStack gap = { 6 } textAlign = 'center' >
61+ < VStack gap = { 4 } textAlign = 'center' >
6262 < Heading size = '3xl' color = 'gray.800' _dark = { { color : 'white' } } >
6363 The Heart of Manufacturing Connection
6464 </ Heading >
@@ -78,7 +78,7 @@ export default function About() {
7878 </ HStack >
7979 </ HStack >
8080 < Box
81- p = { 6 }
81+ p = { 4 }
8282 borderRadius = 'lg'
8383 bg = 'gray.50'
8484 _dark = { { bg : 'gray.800' , borderColor : 'gray.700' } }
@@ -102,9 +102,9 @@ export default function About() {
102102 </ Box >
103103
104104 { /* Mission Section */ }
105- < Box py = { 20 } _dark = { { bg : 'gray.800' } } >
105+ < Box py = { 12 } _dark = { { bg : 'gray.800' } } >
106106 < Container maxW = '5xl' >
107- < VStack gap = { 6 } textAlign = 'center' >
107+ < VStack gap = { 4 } textAlign = 'center' >
108108 < Heading size = '2xl' color = 'gray.800' _dark = { { color : 'white' } } >
109109 Our Mission
110110 </ Heading >
@@ -117,13 +117,13 @@ export default function About() {
117117 </ Box >
118118
119119 { /* Features Section */ }
120- < Box bg = 'blue.50' _dark = { { bg : 'blue.900' } } py = { 20 } >
120+ < Box bg = 'blue.50' _dark = { { bg : 'blue.900' } } py = { 12 } >
121121 < Container maxW = '6xl' >
122- < VStack gap = { 12 } >
122+ < VStack gap = { 8 } >
123123 < Heading size = '2xl' textAlign = 'center' color = 'gray.800' _dark = { { color : 'white' } } >
124124 Key Features
125125 </ Heading >
126- < Grid templateColumns = { { base : '1fr' , md : 'repeat(2, 1fr)' } } gap = { 8 } >
126+ < Grid templateColumns = { { base : '1fr' , md : 'repeat(2, 1fr)' } } gap = { 6 } >
127127 { [
128128 {
129129 icon : < Zap size = { 20 } color = '#3182ce' /> ,
@@ -149,7 +149,7 @@ export default function About() {
149149 < GridItem key = { i } >
150150 < VStack
151151 align = 'start'
152- p = { 6 }
152+ p = { 4 }
153153 borderRadius = 'lg'
154154 border = '1px solid'
155155 borderColor = 'gray.200'
@@ -177,9 +177,9 @@ export default function About() {
177177 </ Box >
178178
179179 { /* Technology Stack */ }
180- < Box bg = 'gray.50' _dark = { { bg : 'gray.800' } } py = { 20 } >
180+ < Box bg = 'gray.50' _dark = { { bg : 'gray.800' } } py = { 12 } >
181181 < Container maxW = '5xl' >
182- < VStack gap = { 6 } textAlign = 'center' >
182+ < VStack gap = { 4 } textAlign = 'center' >
183183 < Heading size = '2xl' color = 'gray.800' _dark = { { color : 'white' } } >
184184 Built with Modern Tech
185185 </ Heading >
@@ -210,13 +210,13 @@ export default function About() {
210210 </ Box >
211211
212212 { /* Community Section */ }
213- < Box py = { 20 } >
213+ < Box py = { 12 } >
214214 < Container maxW = '6xl' >
215- < VStack gap = { 12 } textAlign = 'center' >
215+ < VStack gap = { 8 } textAlign = 'center' >
216216 < Heading size = '2xl' color = 'gray.800' _dark = { { color : 'white' } } >
217217 Join Our Community
218218 </ Heading >
219- < Grid templateColumns = { { base : '1fr' , md : 'repeat(2, 1fr)' } } gap = { 8 } >
219+ < Grid templateColumns = { { base : '1fr' , md : 'repeat(2, 1fr)' } } gap = { 6 } >
220220 { [
221221 {
222222 icon : MessageCircle ,
@@ -250,7 +250,7 @@ export default function About() {
250250 < Link key = { i } href = { c . link } target = '_blank' _hover = { { textDecoration : 'none' } } >
251251 < VStack
252252 align = 'start'
253- p = { 6 }
253+ p = { 4 }
254254 border = '1px solid'
255255 borderColor = 'gray.200'
256256 _dark = { { borderColor : 'gray.700' , bg : 'gray.800' } }
@@ -287,9 +287,9 @@ export default function About() {
287287 </ Box >
288288
289289 { /* Footer Section */ }
290- < Box bg = 'gray.50' _dark = { { bg : 'gray.800' } } py = { 16 } >
290+ < Box bg = 'gray.50' _dark = { { bg : 'gray.800' } } py = { 10 } >
291291 < Container maxW = '4xl' >
292- < VStack gap = { 4 } textAlign = 'center' >
292+ < VStack gap = { 3 } textAlign = 'center' >
293293 < HStack justify = 'center' gap = { 2 } >
294294 < Heart size = { 18 } color = 'red' />
295295 < Text fontWeight = 'medium' fontSize = 'sm' >
@@ -319,14 +319,14 @@ export default function About() {
319319
320320 { /* License Footer */ }
321321 < Box
322- py = { 10 }
322+ py = { 6 }
323323 bg = 'green.50'
324324 _dark = { { bg : 'green.900' , color : 'green.200' , borderColor : 'green.700' } }
325325 borderTop = '1px solid'
326326 borderColor = 'green.200'
327327 textAlign = 'center'
328328 >
329- < VStack gap = { 2 } >
329+ < VStack gap = { 1 } >
330330 < Heading size = 'md' color = 'green.700' _dark = { { color : 'green.300' } } >
331331 Free for Manufacturing
332332 </ Heading >
0 commit comments