@@ -163,8 +163,8 @@ const BrandingForm = ({
163163 < PageDivider />
164164 < PageRow className = { styles [ "form-row" ] } >
165165 < div >
166- < PageP className = { styles [ "title" ] } > { "STYLE & THEME" } </ PageP >
167- < PageP className = { styles [ "description" ] } >
166+ < PageP styleName = "title" > { "STYLE & THEME" } </ PageP >
167+ < PageP styleName = "description" >
168168 What ideas do you have for the overall style and theme of your
169169 website? For example, modern and minimalist, bold and colorful, or
170170 muted and masculine. Describe the vibe and personality you have in
@@ -178,7 +178,6 @@ const BrandingForm = ({
178178 < FormInputTextArea
179179 value = { formData ?. theme ?. value }
180180 onChange = { ( e ) => handleInputChange ( e . target . name , e . target . value ) }
181- styleName = { styles [ "text-area" ] }
182181 name = "theme"
183182 placeholder = { "Be as descriptive as possible" }
184183 />
@@ -189,8 +188,8 @@ const BrandingForm = ({
189188 < PageDivider />
190189 < PageRow className = { styles [ "form-row" ] } >
191190 < div >
192- < PageP className = { styles [ "title" ] } > Inspiration</ PageP >
193- < PageP className = { styles [ "description" ] } >
191+ < PageP styleName = "title" > Inspiration</ PageP >
192+ < PageP styleName = "description" >
194193 Are there other websites you would like our designers to draw
195194 inspiration from? List websites you like and describe what you like
196195 about them.
@@ -236,7 +235,6 @@ const BrandingForm = ({
236235 e . target . value
237236 )
238237 }
239- styleName = { styles [ "text-area" ] }
240238 name = "feedback"
241239 placeholder = { "Describe what you like about this website" }
242240 />
@@ -256,8 +254,8 @@ const BrandingForm = ({
256254 < PageDivider />
257255 < PageRow className = { styles [ "form-row" ] } >
258256 < div >
259- < PageP className = { styles [ "title" ] } > COLORS</ PageP >
260- < PageP className = { styles [ "description" ] } >
257+ < PageP styleName = "title" > COLORS</ PageP >
258+ < PageP styleName = "description" >
261259 Pick up to three colors you'd like our designers to use. You can
262260 also include your specific brand colors.
263261 </ PageP >
@@ -282,7 +280,6 @@ const BrandingForm = ({
282280 }
283281 value = { formData ?. specificColor ?. value }
284282 onChange = { ( e ) => handleInputChange ( e . target . name , e . target . value ) }
285- styleName = { styles [ "text-area" ] }
286283 name = "specificColor"
287284 />
288285 </ FormField >
@@ -292,8 +289,8 @@ const BrandingForm = ({
292289 < PageDivider />
293290 < PageRow className = { styles [ "form-row" ] } >
294291 < div >
295- < PageP className = { styles [ "title" ] } > FONTS</ PageP >
296- < PageP className = { styles [ "description" ] } >
292+ < PageP styleName = "title" > FONTS</ PageP >
293+ < PageP styleName = "description" >
297294 Choose your general font style preference. If you have specific
298295 fonts that should be used, please share them.
299296 </ PageP >
@@ -341,7 +338,6 @@ const BrandingForm = ({
341338 "Describe in detail how you would like our designers to use your fonts"
342339 }
343340 value = { formData ?. fontUsageDescription ?. value }
344- styleName = { styles [ "text-area" ] }
345341 name = "fontUsageDescription"
346342 onChange = { ( e ) =>
347343 handleInputChange ( e . target . name , e . target . value )
@@ -355,8 +351,8 @@ const BrandingForm = ({
355351 < PageDivider />
356352 < PageRow className = { styles [ "form-row" ] } >
357353 < div >
358- < PageP className = { styles [ "title" ] } > Other Assets (optional)</ PageP >
359- < PageP className = { styles [ "description" ] } >
354+ < PageP styleName = "title" > Other Assets (optional)</ PageP >
355+ < PageP styleName = "description" >
360356 Do you have any additional assets that would be helpful to our
361357 designers? For example, your current logo, branding direction,
362358 photos, illustrations, content, layout ideas, etc.
@@ -386,8 +382,8 @@ const BrandingForm = ({
386382 < PageDivider />
387383 < PageRow className = { styles [ "form-row" ] } >
388384 < div >
389- < PageP className = { styles [ "title" ] } > Anything to avoid? (optional)</ PageP >
390- < PageP className = { styles [ "description" ] } >
385+ < PageP styleName = "title" > Anything to avoid? (optional)</ PageP >
386+ < PageP styleName = "description" >
391387 If there are any themes, ideas, or specific directions our designers
392388 should avoid, please let us know. Be as descriptive as possible.
393389 </ PageP >
@@ -398,7 +394,6 @@ const BrandingForm = ({
398394 < FormInputTextArea
399395 value = { formData ?. anythingToAvoid ?. value }
400396 onChange = { ( e ) => handleInputChange ( e . target . name , e . target . value ) }
401- styleName = { styles [ "text-area" ] }
402397 name = "anythingToAvoid"
403398 placeholder = { "Describe themes or ideas to avoid" }
404399 />
@@ -409,8 +404,8 @@ const BrandingForm = ({
409404 < PageDivider />
410405 < PageRow className = { styles [ "form-row" ] } >
411406 < div >
412- < PageP className = { styles [ "title" ] } > Allow Stock Photos?</ PageP >
413- < PageP className = { styles [ "description" ] } >
407+ < PageP styleName = "title" > Allow Stock Photos?</ PageP >
408+ < PageP styleName = "description" >
414409 There may be additional costs for designs that use stock images.
415410 Our designers will include details for any stock images used, so you
416411 can buy them at the end of the project.{ " " }
@@ -446,8 +441,8 @@ const BrandingForm = ({
446441 < PageDivider />
447442 < PageRow className = { styles [ "form-row" ] } >
448443 < div >
449- < PageP className = { styles [ "title" ] } > Final Deliverable SOURCE FILES</ PageP >
450- < PageP className = { styles [ "description" ] } >
444+ < PageP styleName = "title" > Final Deliverable SOURCE FILES</ PageP >
445+ < PageP styleName = "description" >
451446 If you want your final deliverables created with a specific design
452447 software, please specify.{ " " }
453448 </ PageP >
0 commit comments