File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ import {
1717
1818const theme = {
1919 colors : {
20- primary : '#1E3A8A' , // A deeper blue, assuming a primary brand color
21- secondary : '#3B82F6' , // A vibrant blue for accents
22- textDark : '#1F2937' , // Darker text for readability
23- textLight : '#E5E7EB' , // Light text for dark backgrounds
24- bgLight : '#F9FAFB' , // Very light background
25- bgDark : '#111827' , // Dark background for contrast sections
26- border : '#D1D5DB' , // Light border color
20+ primary : '#1E3A8A' ,
21+ secondary : '#3B82F6' ,
22+ textDark : '#1F2937' ,
23+ textLight : '#E5E7EB' ,
24+ bgLight : '#F9FAFB' ,
25+ bgDark : '#111827' ,
26+ border : '#D1D5DB' ,
2727 } ,
2828 typography : {
29- heading : 'font-extrabold tracking-tight' , // More impactful headings
29+ heading : 'font-extrabold tracking-tight' ,
3030 subheading : 'font-semibold tracking-wide' ,
3131 body : 'font-normal leading-relaxed' ,
3232 } ,
@@ -137,7 +137,7 @@ const ContactUs: React.FC = () => {
137137
138138 { /* Phone */ }
139139 < ContactMethod
140- iconSrc = "/assets/Icons/phone.svg" // Ensure correct path
140+ iconSrc = "/assets/Icons/phone.svg"
141141 title = "By Phone"
142142 description = {
143143 < a
You can’t perform that action at this time.
0 commit comments